Html Css Color HEX #3F3812 Madras

📋 copy color: '#3F3812'

red 63 ◦ green 56 ◦ blue 18

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

Shades of Madras #3F3812

Tints of Madras #3F3812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 45.99%
G = 40.88%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F3812 (or 0x3F3812) is known color: Madras. HEX triplet: 3F, 38 and 12. RGB value is (63,56,18). Sum of RGB (Red+Green+Blue) = 63+56+18=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3812 is #C0C7ED. Grayscale: #353535. Windows color (decimal): -12634094 or 1194047. OLE color: 1194047.

HSL color Cylindrical-coordinate representation of color #3F3812: hue angle of 50.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3812 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 18 -
CMYK 0 0.11 0.71 0.75
HSL 50.67º 0.56% 0.16% -
HSV(B) 50.67º 0.71% 0.25% -
XYZ 3.57 3.93 1.14 -
YUV 53.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 63 56 18 0 0.11 0.71 0.75 50.67 0.56 0.16
Hex 3F 38 12 0 B 47 4B 33 38 10
Octal 77 70 22 0 13 107 113 63 70 20
Binary 111111 111000 10010 0 1011 1000111 1001011 110011 111000 10000

Color Harmonies of #3F3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3812

Black with #3F3812

Text Example


Text Example

White with #3F3812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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