#454A28

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

Shades of Bronzetone #454A28

Tints of Bronzetone #454A28

Color information

#454A28 (or 0x454A28) is unknown color: approx Bronzetone. HEX triplet: 45, 4A and 28. RGB value is (69,74,40). Sum of RGB (Red+Green+Blue) = 69+74+40=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #454A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A28 is #BAB5D7. Grayscale: #444444. Windows color (decimal): -12236248 or 2640453. OLE color: 2640453.

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

Color convert

RGB697440-
CMYK0.0700.460.71
HSL68.82º29.82%22.35%-
HSV(B)68.82º45.95%29.02%-
XYZ5.296.322.95-
YUV68.63111.84128.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=37.70%
G=40.44%
B=21.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974400.0700.460.7168.8229.8222.35
Hex454A28702E47451e16
Octal1051125070561071053626
Binary100010110010101010001110101110100011110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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