#423B01

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

Shades of Madras #423B01

Tints of Madras #423B01

Color information

#423B01 (or 0x423B01) is unknown color: approx Madras. HEX triplet: 42, 3B and 01. RGB value is (66,59,1). Sum of RGB (Red+Green+Blue) = 66+59+1=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #423B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B01 is #BDC4FE. Grayscale: #363636. Windows color (decimal): -12436735 or 80706. OLE color: 80706.

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

Color convert

RGB66591-
CMYK00.110.980.74
HSL53.54º97.01%13.14%-
HSV(B)53.54º98.48%25.88%-
XYZ3.824.290.66-
YUV54.4897.82136.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 59 (23.44% from 255) = 46.83%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=52.38%
G=46.83%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6659100.110.980.7453.5497.0113.14
Hex423B10B624A3661d
Octal1027310131421126614115
Binary10000101110111010111100010100101011011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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