Html Css Color HEX #3F3807 Madras

📋 copy color: '#3F3807'

red 63 ◦ green 56 ◦ blue 7

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

Shades of Madras #3F3807

Tints of Madras #3F3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3F3807 (or 0x3F3807) is known color: Madras. HEX triplet: 3F, 38 and 07. RGB value is (63,56,7). Sum of RGB (Red+Green+Blue) = 63+56+7=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3807 is #C0C7F8. Grayscale: #343434. Windows color (decimal): -12634105 or 473151. OLE color: 473151.

HSL color Cylindrical-coordinate representation of color #3F3807: hue angle of 52.5º 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 #3F3807 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 7 -
CMYK 0 0.11 0.89 0.75
HSL 52.5º 0.8% 0.14% -
HSV(B) 52.5º 0.89% 0.25% -
XYZ 3.5 3.9 0.77 -
YUV 52.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 63 56 7 0 0.11 0.89 0.75 52.5 0.8 0.14
Hex 3F 38 7 0 B 59 4B 34 50 E
Octal 77 70 7 0 13 131 113 64 120 16
Binary 111111 111000 111 0 1011 1011001 1001011 110100 1010000 1110

Color Harmonies of #3F3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3807

Black with #3F3807

Text Example


Text Example

White with #3F3807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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