Html Css Color HEX #3F3607 Madras

📋 copy color: '#3F3607'

red 63 ◦ green 54 ◦ blue 7

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

Shades of Madras #3F3607

Tints of Madras #3F3607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 7 (3.13% from 255) = 5.65%

R = 50.81%
G = 43.55%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3F3607 (or 0x3F3607) is known color: Madras. HEX triplet: 3F, 36 and 07. RGB value is (63,54,7). Sum of RGB (Red+Green+Blue) = 63+54+7=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3607 is #C0C9F8. Grayscale: #333333. Windows color (decimal): -12634617 or 472639. OLE color: 472639.

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

Color convert

RGB 63 54 7 -
CMYK 0 0.14 0.89 0.75
HSL 50.36º 0.8% 0.14% -
HSV(B) 50.36º 0.89% 0.25% -
XYZ 3.41 3.71 0.74 -
YUV 51.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 63 54 7 0 0.14 0.89 0.75 50.36 0.8 0.14
Hex 3F 36 7 0 E 59 4B 32 50 E
Octal 77 66 7 0 16 131 113 62 120 16
Binary 111111 110110 111 0 1110 1011001 1001011 110010 1010000 1110

Color Harmonies of #3F3607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3607

Black with #3F3607

Text Example


Text Example

White with #3F3607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,7); }

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

background-color css

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

 a { background-color: rgb(63,54,7); }

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

border-color css

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

 span { border-color: rgb(63,54,7); }

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