#423700

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

Shades of Madras #423700

Tints of Madras #423700

Color information

#423700 (or 0x423700) is unknown color: approx Madras. HEX triplet: 42, 37 and 00. RGB value is (66,55,0). Sum of RGB (Red+Green+Blue) = 66+55+0=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #423700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423700 is #BDC8FF. Grayscale: #343434. Windows color (decimal): -12437760 or 14146. OLE color: 14146.

HSL color Cylindrical-coordinate representation of color #423700: hue angle of 50º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423700 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB66550-
CMYK00.1710.74
HSL50º100%12.94%-
HSV(B)50º100%25.88%-
XYZ3.613.890.56-
YUV52.0298.64137.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6655000.1710.745010012.94
Hex42370011644A3264d
Octal1026700211441126214415
Binary100001011011100100011100100100101011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423700; }

 p { color: rgb(66,55,0); }

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

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

 a { background-color: rgb(66,55,0); }

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

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

 span { border-color: rgb(66,55,0); }

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