Html Css Color HEX #3E3A07 Madras

📋 copy color: '#3E3A07'

red 62 ◦ green 58 ◦ blue 7

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

Shades of Madras #3E3A07

Tints of Madras #3E3A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.51%

R = 48.82%
G = 45.67%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#3E3A07 (or 0x3E3A07) is known color: Madras. HEX triplet: 3E, 3A and 07. RGB value is (62,58,7). Sum of RGB (Red+Green+Blue) = 62+58+7=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3A07 is #C1C5F8. Grayscale: #353535. Windows color (decimal): -12699129 or 473662. OLE color: 473662.

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

Color convert

RGB 62 58 7 -
CMYK 0 0.06 0.89 0.76
HSL 55.64º 0.8% 0.14% -
HSV(B) 55.64º 0.89% 0.24% -
XYZ 3.54 4.07 0.8 -
YUV 53.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 62 58 7 0 0.06 0.89 0.76 55.64 0.8 0.14
Hex 3E 3A 7 0 6 59 4C 38 50 E
Octal 76 72 7 0 6 131 114 70 120 16
Binary 111110 111010 111 0 110 1011001 1001100 111000 1010000 1110

Color Harmonies of #3E3A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A07

Black with #3E3A07

Text Example


Text Example

White with #3E3A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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