#454B28

Color #454B28 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #454B28

Tints of Bronzetone #454B28

Color information

#454B28 (or 0x454B28) is unknown color: approx Bronzetone. HEX triplet: 45, 4B and 28. RGB value is (69,75,40). Sum of RGB (Red+Green+Blue) = 69+75+40=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #454B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B28 is #BAB4D7. Grayscale: #454545. Windows color (decimal): -12235992 or 2640709. OLE color: 2640709.

HSL color Cylindrical-coordinate representation of color #454B28: hue angle of 70.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454B28 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB697540-
CMYK0.0800.470.71
HSL70.29º30.43%22.55%-
HSV(B)70.29º46.67%29.41%-
XYZ5.356.452.97-
YUV69.22111.51127.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=37.5%
G=40.76%
B=21.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975400.0800.470.7170.2930.4322.55
Hex454B28802F47461e17
Octal10511350100571071063627
Binary1000101100101110100010000101111100011110001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B28; }

 p { color: rgb(69,75,40); }

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

<style>
 a { background-color: #454B28; }

 a { background-color: rgb(69,75,40); }

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

<style>
 span { border-color: #454B28; }

 span { border-color: rgb(69,75,40); }

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