#454F2B

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

Shades of Bronzetone #454F2B

Tints of Bronzetone #454F2B

Color information

#454F2B (or 0x454F2B) is unknown color: approx Bronzetone. HEX triplet: 45, 4F and 2B. RGB value is (69,79,43). Sum of RGB (Red+Green+Blue) = 69+79+43=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #454F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F2B is #BAB0D4. Grayscale: #484848. Windows color (decimal): -12234965 or 2838341. OLE color: 2838341.

HSL color Cylindrical-coordinate representation of color #454F2B: hue angle of 76.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454F2B is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB697943-
CMYK0.1300.460.69
HSL76.67º29.51%23.92%-
HSV(B)76.67º45.57%30.98%-
XYZ5.697.033.34-
YUV71.91111.69125.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=36.13%
G=41.36%
B=22.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979430.1300.460.6976.6729.5123.92
Hex454F2BD02E454d1e18
Octal10511753150561051153630
Binary1000101100111110101111010101110100010110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,43); }

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

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

 a { background-color: rgb(69,79,43); }

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

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

 span { border-color: rgb(69,79,43); }

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