#42370D

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

Shades of Madras #42370D

Tints of Madras #42370D

Color information

#42370D (or 0x42370D) is unknown color: approx Madras. HEX triplet: 42, 37 and 0D. RGB value is (66,55,13). Sum of RGB (Red+Green+Blue) = 66+55+13=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42370D is #BDC8F2. Grayscale: #353535. Windows color (decimal): -12437747 or 866114. OLE color: 866114.

HSL color Cylindrical-coordinate representation of color #42370D: hue angle of 47.55º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42370D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB665513-
CMYK00.170.800.74
HSL47.55º67.09%15.49%-
HSV(B)47.55º80.3%25.88%-
XYZ3.693.920.94-
YUV53.5105.14136.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=49.25%
G=41.04%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66551300.170.800.7447.5567.0915.49
Hex4237D011504A3043f
Octal10267150211201126010317
Binary100001011011111010100011010000100101011000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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