#454F2F

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

Shades of Bronzetone #454F2F

Tints of Bronzetone #454F2F

Color information

#454F2F (or 0x454F2F) is unknown color: approx Bronzetone. HEX triplet: 45, 4F and 2F. RGB value is (69,79,47). Sum of RGB (Red+Green+Blue) = 69+79+47=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #454F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F2F is #BAB0D0. Grayscale: #484848. Windows color (decimal): -12234961 or 3100485. OLE color: 3100485.

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

Color convert

RGB697947-
CMYK0.1300.410.69
HSL78.75º25.4%24.71%-
HSV(B)78.75º40.51%30.98%-
XYZ5.767.063.75-
YUV72.36113.69125.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=35.38%
G=40.51%
B=24.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979470.1300.410.6978.7525.424.71
Hex454F2FD029454f1919
Octal10511757150511051173131
Binary1000101100111110111111010101001100010110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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