#453A03

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

Shades of Madras #453A03

Tints of Madras #453A03

Color information

#453A03 (or 0x453A03) is unknown color: approx Madras. HEX triplet: 45, 3A and 03. RGB value is (69,58,3). Sum of RGB (Red+Green+Blue) = 69+58+3=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A03 is #BAC5FC. Grayscale: #373737. Windows color (decimal): -12240381 or 211525. OLE color: 211525.

HSL color Cylindrical-coordinate representation of color #453A03: hue angle of 50º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #453A03 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB69583-
CMYK00.160.960.73
HSL50º91.67%14.12%-
HSV(B)50º95.65%27.06%-
XYZ3.984.30.71-
YUV55.0298.64137.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=53.08%
G=44.62%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6958300.160.960.735091.6714.12
Hex453A30106049325ce
Octal1057230201401116213416
Binary1000101111010110100001100000100100111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A03; }

 p { color: rgb(69,58,3); }

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

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

 a { background-color: rgb(69,58,3); }

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

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

 span { border-color: rgb(69,58,3); }

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