#454D32

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

Shades of Bronzetone #454D32

Tints of Bronzetone #454D32

Color information

#454D32 (or 0x454D32) is unknown color: approx Bronzetone. HEX triplet: 45, 4D and 32. RGB value is (69,77,50). Sum of RGB (Red+Green+Blue) = 69+77+50=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #454D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D32 is #BAB2CD. Grayscale: #474747. Windows color (decimal): -12235470 or 3296581. OLE color: 3296581.

HSL color Cylindrical-coordinate representation of color #454D32: hue angle of 77.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454D32 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB697750-
CMYK0.1000.350.70
HSL77.78º21.26%24.9%-
HSV(B)77.78º35.06%30.2%-
XYZ5.686.84.03-
YUV71.53115.85126.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=35.20%
G=39.29%
B=25.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6977500.1000.350.7077.7821.2624.9
Hex454D32A023464e1519
Octal10511562120431061162531
Binary1000101100110111001010100100011100011010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,50); }

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

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

 a { background-color: rgb(69,77,50); }

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

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

 span { border-color: rgb(69,77,50); }

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