#423A0D

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

Shades of Madras #423A0D

Tints of Madras #423A0D

Color information

#423A0D (or 0x423A0D) is unknown color: approx Madras. HEX triplet: 42, 3A and 0D. RGB value is (66,58,13). Sum of RGB (Red+Green+Blue) = 66+58+13=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #423A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A0D is #BDC5F2. Grayscale: #373737. Windows color (decimal): -12436979 or 866882. OLE color: 866882.

HSL color Cylindrical-coordinate representation of color #423A0D: hue angle of 50.94º 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 #423A0D is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB665813-
CMYK00.120.800.74
HSL50.94º67.09%15.49%-
HSV(B)50.94º80.3%25.88%-
XYZ3.834.210.99-
YUV55.26104.15135.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=48.18%
G=42.34%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66581300.120.800.7450.9467.0915.49
Hex423AD0C504A3343f
Octal10272150141201126310317
Binary10000101110101101011001010000100101011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A0D; }

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

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

<style>
 a { background-color: #423A0D; }

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

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

<style>
 span { border-color: #423A0D; }

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

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