Html Css Color HEX #3E3704 Madras

📋 copy color: '#3E3704'

red 62 ◦ green 55 ◦ blue 4

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

Shades of Madras #3E3704

Tints of Madras #3E3704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 51.24%
G = 45.45%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.76

RGB Variations

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

Color information

#3E3704 (or 0x3E3704) is known color: Madras. HEX triplet: 3E, 37 and 04. RGB value is (62,55,4). Sum of RGB (Red+Green+Blue) = 62+55+4=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3704 is #C1C8FB. Grayscale: #333333. Windows color (decimal): -12699900 or 276286. OLE color: 276286.

HSL color Cylindrical-coordinate representation of color #3E3704: hue angle of 52.76º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3704 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 55 4 -
CMYK 0 0.11 0.94 0.76
HSL 52.76º 0.88% 0.13% -
HSV(B) 52.76º 0.94% 0.24% -
XYZ 3.37 3.77 0.66 -
YUV 51.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 62 55 4 0 0.11 0.94 0.76 52.76 0.88 0.13
Hex 3E 37 4 0 B 5E 4C 35 58 D
Octal 76 67 4 0 13 136 114 65 130 15
Binary 111110 110111 100 0 1011 1011110 1001100 110101 1011000 1101

Color Harmonies of #3E3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3704

Black with #3E3704

Text Example


Text Example

White with #3E3704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,55,4); }

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

background-color css

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

 a { background-color: rgb(62,55,4); }

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

border-color css

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

 span { border-color: rgb(62,55,4); }

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