#453C00

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

Shades of Madras #453C00

Tints of Madras #453C00

Color information

#453C00 (or 0x453C00) is unknown color: approx Madras. HEX triplet: 45, 3C and 00. RGB value is (69,60,0). Sum of RGB (Red+Green+Blue) = 69+60+0=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #453C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C00 is #BAC3FF. Grayscale: #383838. Windows color (decimal): -12239872 or 15429. OLE color: 15429.

HSL color Cylindrical-coordinate representation of color #453C00: hue angle of 52.17º 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 #453C00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69600-
CMYK00.1310.73
HSL52.17º100%13.53%-
HSV(B)52.17º100%27.06%-
XYZ4.074.50.65-
YUV55.8596.48137.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.49%
G=46.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6960000.1310.7352.1710013.53
Hex453C00D64493464e
Octal1057400151441116414416
Binary10001011111000011011100100100100111010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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