#423D08

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

Shades of Madras #423D08

Tints of Madras #423D08

Color information

#423D08 (or 0x423D08) is unknown color: approx Madras. HEX triplet: 42, 3D and 08. RGB value is (66,61,8). Sum of RGB (Red+Green+Blue) = 66+61+8=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D08 is #BDC2F7. Grayscale: #383838. Windows color (decimal): -12436216 or 539970. OLE color: 539970.

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

Color convert

RGB66618-
CMYK00.080.880.74
HSL54.83º78.38%14.51%-
HSV(B)54.83º87.88%25.88%-
XYZ3.964.510.89-
YUV56.45100.66134.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=48.89%
G=45.19%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661800.080.880.7454.8378.3814.51
Hex423D808584A374ef
Octal10275100101301126711617
Binary10000101111011000010001011000100101011011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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