#42370F

Color #42370F Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #42370F

Tints of Madras #42370F

Color information

#42370F (or 0x42370F) is unknown color: approx Madras. HEX triplet: 42, 37 and 0F. RGB value is (66,55,15). Sum of RGB (Red+Green+Blue) = 66+55+15=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370F is #BDC8F0. Grayscale: #353535. Windows color (decimal): -12437745 or 997186. OLE color: 997186.

HSL color Cylindrical-coordinate representation of color #42370F: hue angle of 47.06º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42370F is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB665515-
CMYK00.170.770.74
HSL47.06º62.96%15.88%-
HSV(B)47.06º77.27%25.88%-
XYZ3.73.931.01-
YUV53.73106.14136.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=48.53%
G=40.44%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66551500.170.770.7447.0662.9615.88
Hex4237F0114D4A2f3f10
Octal1026717021115112577720
Binary100001011011111110100011001101100101010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42370F; }

 p { color: rgb(66,55,15); }

 H1.HeaderClassName
 {
   color: #42370F;
 }
 .AnyTagClassName
 {
   color: #42370F;
 }
</style>
background-color css

<style>
 a { background-color: #42370F; }

 a { background-color: rgb(66,55,15); }

 div.DivClassName
 {
   background-color: #42370F;
 }
 .BgClassName
 {
   background-color: #42370F;
 }
</style>
border-color css

<style>
 span { border-color: #42370F; }

 span { border-color: rgb(66,55,15); }

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