Html Css Color HEX #3F3706 Madras

📋 copy color: '#3F3706'

red 63 ◦ green 55 ◦ blue 6

#3F3706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #3F3706

Tints of Madras #3F3706

RGB

 RED value IS 63 (25% from 255) = 50.81%

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 50.81%
G = 44.35%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F3706 (or 0x3F3706) is known color: Madras. HEX triplet: 3F, 37 and 06. RGB value is (63,55,6). Sum of RGB (Red+Green+Blue) = 63+55+6=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3706 is #C0C8F9. Grayscale: #343434. Windows color (decimal): -12634362 or 407359. OLE color: 407359.

HSL color Cylindrical-coordinate representation of color #3F3706: hue angle of 51.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F3706 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 6 -
CMYK 0 0.13 0.90 0.75
HSL 51.58º 0.83% 0.14% -
HSV(B) 51.58º 0.9% 0.25% -
XYZ 3.45 3.8 0.72 -
YUV 51.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 63 55 6 0 0.13 0.90 0.75 51.58 0.83 0.14
Hex 3F 37 6 0 D 5A 4B 34 53 E
Octal 77 67 6 0 15 132 113 64 123 16
Binary 111111 110111 110 0 1101 1011010 1001011 110100 1010011 1110

Color Harmonies of #3F3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3706

Black with #3F3706

Text Example


Text Example

White with #3F3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3706; }

 p { color: rgb(63,55,6); }

 H1.HeaderClassName
 {
   color: #3F3706;
 }
 .AnyTagClassName
 {
   color: #3F3706;
 }
</style>

background-color css

<style>
 a { background-color: #3F3706; }

 a { background-color: rgb(63,55,6); }

 div.DivClassName
 {
   background-color: #3F3706;
 }
 .BgClassName
 {
   background-color: #3F3706;
 }
</style>

border-color css

<style>
 span { border-color: #3F3706; }

 span { border-color: rgb(63,55,6); }

 td.TdClassName
 {
   border-color: #3F3706;
 }
 .TagClassName
 {
   border-color: #3F3706;
 }
</style>