Html Css Color HEX #3E3701 Madras

📋 copy color: '#3E3701'

red 62 ◦ green 55 ◦ blue 1

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

Shades of Madras #3E3701

Tints of Madras #3E3701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 52.54%
G = 46.61%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3E3701 (or 0x3E3701) is known color: Madras. HEX triplet: 3E, 37 and 01. RGB value is (62,55,1). Sum of RGB (Red+Green+Blue) = 62+55+1=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3701 is #C1C8FE. Grayscale: #333333. Windows color (decimal): -12699903 or 79678. OLE color: 79678.

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

Color convert

RGB 62 55 1 -
CMYK 0 0.11 0.98 0.76
HSL 53.11º 0.97% 0.12% -
HSV(B) 53.11º 0.98% 0.24% -
XYZ 3.36 3.76 0.58 -
YUV 50.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 62 55 1 0 0.11 0.98 0.76 53.11 0.97 0.12
Hex 3E 37 1 0 B 62 4C 35 61 C
Octal 76 67 1 0 13 142 114 65 141 14
Binary 111110 110111 1 0 1011 1100010 1001100 110101 1100001 1100

Color Harmonies of #3E3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3701

Black with #3E3701

Text Example


Text Example

White with #3E3701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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