Html Css Color HEX #3E3A02 Madras

📋 copy color: '#3E3A02'

red 62 ◦ green 58 ◦ blue 2

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

Shades of Madras #3E3A02

Tints of Madras #3E3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.54%

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 50.82%
G = 47.54%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3E3A02 (or 0x3E3A02) is known color: Madras. HEX triplet: 3E, 3A and 02. RGB value is (62,58,2). Sum of RGB (Red+Green+Blue) = 62+58+2=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3A02 is #C1C5FD. Grayscale: #353535. Windows color (decimal): -12699134 or 145982. OLE color: 145982.

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

Color convert

RGB 62 58 2 -
CMYK 0 0.06 0.97 0.76
HSL 56º 0.94% 0.13% -
HSV(B) 56º 0.97% 0.24% -
XYZ 3.51 4.05 0.66 -
YUV 52.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 62 58 2 0 0.06 0.97 0.76 56 0.94 0.13
Hex 3E 3A 2 0 6 61 4C 38 5E D
Octal 76 72 2 0 6 141 114 70 136 15
Binary 111110 111010 10 0 110 1100001 1001100 111000 1011110 1101

Color Harmonies of #3E3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A02

Black with #3E3A02

Text Example


Text Example

White with #3E3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,2); }

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

background-color css

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

 a { background-color: rgb(62,58,2); }

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

border-color css

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

 span { border-color: rgb(62,58,2); }

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