#423B0D

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

Shades of Madras #423B0D

Tints of Madras #423B0D

Color information

#423B0D (or 0x423B0D) is unknown color: approx Madras. HEX triplet: 42, 3B and 0D. RGB value is (66,59,13). Sum of RGB (Red+Green+Blue) = 66+59+13=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #423B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B0D is #BDC4F2. Grayscale: #383838. Windows color (decimal): -12436723 or 867138. OLE color: 867138.

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

Color convert

RGB665913-
CMYK00.110.800.74
HSL52.08º67.09%15.49%-
HSV(B)52.08º80.3%25.88%-
XYZ3.884.321.01-
YUV55.85103.82135.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=47.83%
G=42.75%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66591300.110.800.7452.0867.0915.49
Hex423BD0B504A3443f
Octal10273150131201126410317
Binary10000101110111101010111010000100101011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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