#423D07

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

Shades of Madras #423D07

Tints of Madras #423D07

Color information

#423D07 (or 0x423D07) is unknown color: approx Madras. HEX triplet: 42, 3D and 07. RGB value is (66,61,7). Sum of RGB (Red+Green+Blue) = 66+61+7=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #423D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D07 is #BDC2F8. Grayscale: #383838. Windows color (decimal): -12436217 or 474434. OLE color: 474434.

HSL color Cylindrical-coordinate representation of color #423D07: hue angle of 54.92º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #423D07 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB66617-
CMYK00.080.890.74
HSL54.92º80.82%14.31%-
HSV(B)54.92º89.39%25.88%-
XYZ3.954.510.86-
YUV56.34100.16134.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=49.25%
G=45.52%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661700.080.890.7454.9280.8214.31
Hex423D708594A3751e
Octal1027570101311126712116
Binary1000010111101111010001011001100101011011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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