#454C26

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

Shades of Bronzetone #454C26

Tints of Bronzetone #454C26

Color information

#454C26 (or 0x454C26) is unknown color: approx Bronzetone. HEX triplet: 45, 4C and 26. RGB value is (69,76,38). Sum of RGB (Red+Green+Blue) = 69+76+38=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #454C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C26 is #BAB3D9. Grayscale: #454545. Windows color (decimal): -12235738 or 2509893. OLE color: 2509893.

HSL color Cylindrical-coordinate representation of color #454C26: hue angle of 71.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454C26 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB697638-
CMYK0.0900.50.70
HSL71.05º33.33%22.35%-
HSV(B)71.05º50%29.8%-
XYZ5.396.572.82-
YUV69.57110.18127.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=37.70%
G=41.53%
B=20.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976380.0900.50.7071.0533.3322.35
Hex454C26903246472116
Octal10511446110621061074126
Binary10001011001100100110100101100101000110100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,38); }

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

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

 a { background-color: rgb(69,76,38); }

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

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

 span { border-color: rgb(69,76,38); }

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