#423A08

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

Shades of Madras #423A08

Tints of Madras #423A08

Color information

#423A08 (or 0x423A08) is unknown color: approx Madras. HEX triplet: 42, 3A and 08. RGB value is (66,58,8). Sum of RGB (Red+Green+Blue) = 66+58+8=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #423A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A08 is #BDC5F7. Grayscale: #363636. Windows color (decimal): -12436984 or 539202. OLE color: 539202.

HSL color Cylindrical-coordinate representation of color #423A08: hue angle of 51.72º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #423A08 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66588-
CMYK00.120.880.74
HSL51.72º78.38%14.51%-
HSV(B)51.72º87.88%25.88%-
XYZ3.84.20.84-
YUV54.69101.65136.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=50%
G=43.94%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6658800.120.880.7451.7278.3814.51
Hex423A80C584A344ef
Octal10272100141301126411617
Binary10000101110101000011001011000100101011010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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