#423B02

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

Shades of Madras #423B02

Tints of Madras #423B02

Color information

#423B02 (or 0x423B02) is unknown color: approx Madras. HEX triplet: 42, 3B and 02. RGB value is (66,59,2). Sum of RGB (Red+Green+Blue) = 66+59+2=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #423B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B02 is #BDC4FD. Grayscale: #363636. Windows color (decimal): -12436734 or 146242. OLE color: 146242.

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

Color convert

RGB66592-
CMYK00.110.970.74
HSL53.44º94.12%13.33%-
HSV(B)53.44º96.97%25.88%-
XYZ3.824.290.68-
YUV54.5998.32136.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=51.97%
G=46.46%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6659200.110.970.7453.4494.1213.33
Hex423B20B614A355ed
Octal1027320131411126513615
Binary100001011101110010111100001100101011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,2); }

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

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

 a { background-color: rgb(66,59,2); }

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

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

 span { border-color: rgb(66,59,2); }

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