#42380F

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

Shades of Madras #42380F

Tints of Madras #42380F

Color information

#42380F (or 0x42380F) is unknown color: approx Madras. HEX triplet: 42, 38 and 0F. RGB value is (66,56,15). Sum of RGB (Red+Green+Blue) = 66+56+15=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42380F is #BDC7F0. Grayscale: #363636. Windows color (decimal): -12437489 or 997442. OLE color: 997442.

HSL color Cylindrical-coordinate representation of color #42380F: hue angle of 48.24º 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 #42380F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB665615-
CMYK00.150.770.74
HSL48.24º62.96%15.88%-
HSV(B)48.24º77.27%25.88%-
XYZ3.754.021.03-
YUV54.32105.81136.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=48.18%
G=40.88%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66561500.150.770.7448.2462.9615.88
Hex4238F0F4D4A303f10
Octal1027017017115112607720
Binary10000101110001111011111001101100101011000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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