Html Css Color HEX #3E3800 Madras

📋 copy color: '#3E3800'

red 62 ◦ green 56 ◦ blue 0

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

Shades of Madras #3E3800

Tints of Madras #3E3800

RGB

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

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

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

R = 52.54%
G = 47.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E3800 (or 0x3E3800) is known color: Madras. HEX triplet: 3E, 38 and 00. RGB value is (62,56,0). Sum of RGB (Red+Green+Blue) = 62+56+0=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3800 is #C1C7FF. Grayscale: #333333. Windows color (decimal): -12699648 or 14398. OLE color: 14398.

HSL color Cylindrical-coordinate representation of color #3E3800: hue angle of 54.19º 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 #3E3800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 56 0 -
CMYK 0 0.10 1 0.76
HSL 54.19º 1% 0.12% -
HSV(B) 54.19º 1% 0.24% -
XYZ 3.4 3.85 0.56 -
YUV 51.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 62 56 0 0 0.10 1 0.76 54.19 1 0.12
Hex 3E 38 0 0 A 64 4C 36 64 C
Octal 76 70 0 0 12 144 114 66 144 14
Binary 111110 111000 0 0 1010 1100100 1001100 110110 1100100 1100

Color Harmonies of #3E3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3800

Black with #3E3800

Text Example


Text Example

White with #3E3800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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