Html Css Color HEX #3E3812 Madras

📋 copy color: '#3E3812'

red 62 ◦ green 56 ◦ blue 18

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

Shades of Madras #3E3812

Tints of Madras #3E3812

RGB

 RED value IS 62 (24.61% from 255) = 45.59%

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

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

R = 45.59%
G = 41.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#3E3812 (or 0x3E3812) is known color: Madras. HEX triplet: 3E, 38 and 12. RGB value is (62,56,18). Sum of RGB (Red+Green+Blue) = 62+56+18=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3812 is #C1C7ED. Grayscale: #353535. Windows color (decimal): -12699630 or 1194046. OLE color: 1194046.

HSL color Cylindrical-coordinate representation of color #3E3812: hue angle of 51.82º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E3812 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 56 18 -
CMYK 0 0.10 0.71 0.76
HSL 51.82º 0.55% 0.16% -
HSV(B) 51.82º 0.71% 0.24% -
XYZ 3.51 3.9 1.14 -
YUV 53.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 62 56 18 0 0.10 0.71 0.76 51.82 0.55 0.16
Hex 3E 38 12 0 A 47 4C 34 37 10
Octal 76 70 22 0 12 107 114 64 67 20
Binary 111110 111000 10010 0 1010 1000111 1001100 110100 110111 10000

Color Harmonies of #3E3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3812

Black with #3E3812

Text Example


Text Example

White with #3E3812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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