#454A2A

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

Shades of Bronzetone #454A2A

Tints of Bronzetone #454A2A

Color information

#454A2A (or 0x454A2A) is unknown color: approx Bronzetone. HEX triplet: 45, 4A and 2A. RGB value is (69,74,42). Sum of RGB (Red+Green+Blue) = 69+74+42=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #454A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A2A is #BAB5D5. Grayscale: #444444. Windows color (decimal): -12236246 or 2771525. OLE color: 2771525.

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

Color convert

RGB697442-
CMYK0.0700.430.71
HSL69.38º27.59%22.75%-
HSV(B)69.38º43.24%29.02%-
XYZ5.326.333.13-
YUV68.86112.84128.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=37.30%
G=40%
B=22.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974420.0700.430.7169.3827.5922.75
Hex454A2A702B47451c17
Octal1051125270531071053427
Binary100010110010101010101110101011100011110001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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