#423701

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

Shades of Madras #423701

Tints of Madras #423701

Color information

#423701 (or 0x423701) is unknown color: approx Madras. HEX triplet: 42, 37 and 01. RGB value is (66,55,1). Sum of RGB (Red+Green+Blue) = 66+55+1=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #423701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423701 is #BDC8FE. Grayscale: #343434. Windows color (decimal): -12437759 or 79682. OLE color: 79682.

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

Color convert

RGB66551-
CMYK00.170.980.74
HSL49.85º97.01%13.14%-
HSV(B)49.85º98.48%25.88%-
XYZ3.623.890.59-
YUV52.1399.14137.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=54.10%
G=45.08%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6655100.170.980.7449.8597.0113.14
Hex42371011624A3261d
Octal1026710211421126214115
Binary100001011011110100011100010100101011001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423701; }

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

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

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

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

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

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

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

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