Html Css Color HEX #3E370E Madras

📋 copy color: '#3E370E'

red 62 ◦ green 55 ◦ blue 14

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

Shades of Madras #3E370E

Tints of Madras #3E370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.69%

R = 47.33%
G = 41.98%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3E370E (or 0x3E370E) is known color: Madras. HEX triplet: 3E, 37 and 0E. RGB value is (62,55,14). Sum of RGB (Red+Green+Blue) = 62+55+14=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E370E is #C1C8F1. Grayscale: #343434. Windows color (decimal): -12699890 or 931646. OLE color: 931646.

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

Color convert

RGB 62 55 14 -
CMYK 0 0.11 0.77 0.76
HSL 51.25º 0.63% 0.15% -
HSV(B) 51.25º 0.77% 0.24% -
XYZ 3.43 3.79 0.97 -
YUV 52.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 62 55 14 0 0.11 0.77 0.76 51.25 0.63 0.15
Hex 3E 37 E 0 B 4D 4C 33 3F F
Octal 76 67 16 0 13 115 114 63 77 17
Binary 111110 110111 1110 0 1011 1001101 1001100 110011 111111 1111

Color Harmonies of #3E370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E370E

Black with #3E370E

Text Example


Text Example

White with #3E370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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