#42380E

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

Shades of Madras #42380E

Tints of Madras #42380E

Color information

#42380E (or 0x42380E) is unknown color: approx Madras. HEX triplet: 42, 38 and 0E. RGB value is (66,56,14). Sum of RGB (Red+Green+Blue) = 66+56+14=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42380E is #BDC7F1. Grayscale: #363636. Windows color (decimal): -12437490 or 931906. OLE color: 931906.

HSL color Cylindrical-coordinate representation of color #42380E: hue angle of 48.46º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42380E is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB665614-
CMYK00.150.790.74
HSL48.46º65%15.69%-
HSV(B)48.46º78.79%25.88%-
XYZ3.744.020.99-
YUV54.2105.31136.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=48.53%
G=41.18%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66561400.150.790.7448.466515.69
Hex4238E0F4F4A304110
Octal10270160171171126010120
Binary100001011100011100111110011111001010110000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42380E; }

 p { color: rgb(66,56,14); }

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

<style>
 a { background-color: #42380E; }

 a { background-color: rgb(66,56,14); }

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

<style>
 span { border-color: #42380E; }

 span { border-color: rgb(66,56,14); }

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