Html Css Color HEX #3E3700 Madras

📋 copy color: '#3E3700'

red 62 ◦ green 55 ◦ blue 0

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

Shades of Madras #3E3700

Tints of Madras #3E3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.99%
G = 47.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E3700 (or 0x3E3700) is known color: Madras. HEX triplet: 3E, 37 and 00. RGB value is (62,55,0). Sum of RGB (Red+Green+Blue) = 62+55+0=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3700 is #C1C8FF. Grayscale: #333333. Windows color (decimal): -12699904 or 14142. OLE color: 14142.

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

Color convert

RGB 62 55 0 -
CMYK 0 0.11 1 0.76
HSL 53.23º 1% 0.12% -
HSV(B) 53.23º 1% 0.24% -
XYZ 3.35 3.76 0.55 -
YUV 50.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 62 55 0 0 0.11 1 0.76 53.23 1 0.12
Hex 3E 37 0 0 B 64 4C 35 64 C
Octal 76 67 0 0 13 144 114 65 144 14
Binary 111110 110111 0 0 1011 1100100 1001100 110101 1100100 1100

Color Harmonies of #3E3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3700

Black with #3E3700

Text Example


Text Example

White with #3E3700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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