#453D00

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

Shades of Madras #453D00

Tints of Madras #453D00

Color information

#453D00 (or 0x453D00) is unknown color: approx Madras. HEX triplet: 45, 3D and 00. RGB value is (69,61,0). Sum of RGB (Red+Green+Blue) = 69+61+0=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D00 is #BAC2FF. Grayscale: #383838. Windows color (decimal): -12239616 or 15685. OLE color: 15685.

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

Color convert

RGB69610-
CMYK00.1210.73
HSL53.04º100%13.53%-
HSV(B)53.04º100%27.06%-
XYZ4.124.60.67-
YUV56.4496.15136.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.08%
G=46.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6961000.1210.7353.0410013.53
Hex453D00C64493564e
Octal1057500141441116514416
Binary10001011111010011001100100100100111010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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