#454B2B

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

Shades of Bronzetone #454B2B

Tints of Bronzetone #454B2B

Color information

#454B2B (or 0x454B2B) is unknown color: approx Bronzetone. HEX triplet: 45, 4B and 2B. RGB value is (69,75,43). Sum of RGB (Red+Green+Blue) = 69+75+43=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #454B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B2B is #BAB4D4. Grayscale: #454545. Windows color (decimal): -12235989 or 2837317. OLE color: 2837317.

HSL color Cylindrical-coordinate representation of color #454B2B: hue angle of 71.25º degrees, saturation: 0.27, 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 #454B2B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB697543-
CMYK0.0800.430.71
HSL71.25º27.12%23.14%-
HSV(B)71.25º42.67%29.41%-
XYZ5.416.473.25-
YUV69.56113.01127.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=36.90%
G=40.11%
B=22.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975430.0800.430.7171.2527.1223.14
Hex454B2B802B47471b17
Octal10511353100531071073327
Binary1000101100101110101110000101011100011110001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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