#453A00

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

Shades of Madras #453A00

Tints of Madras #453A00

Color information

#453A00 (or 0x453A00) is unknown color: approx Madras. HEX triplet: 45, 3A and 00. RGB value is (69,58,0). Sum of RGB (Red+Green+Blue) = 69+58+0=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #453A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A00 is #BAC5FF. Grayscale: #363636. Windows color (decimal): -12240384 or 14917. OLE color: 14917.

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

Color convert

RGB69580-
CMYK00.1610.73
HSL50.43º100%13.53%-
HSV(B)50.43º100%27.06%-
XYZ3.974.290.62-
YUV54.6897.14138.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.33%
G=45.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6958000.1610.7350.4310013.53
Hex453A001064493264e
Octal1057200201441116214416
Binary100010111101000100001100100100100111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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