#454B34

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

Shades of Bronzetone #454B34

Tints of Bronzetone #454B34

Color information

#454B34 (or 0x454B34) is unknown color: approx Bronzetone. HEX triplet: 45, 4B and 34. RGB value is (69,75,52). Sum of RGB (Red+Green+Blue) = 69+75+52=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #454B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B34 is #BAB4CB. Grayscale: #464646. Windows color (decimal): -12235980 or 3427141. OLE color: 3427141.

HSL color Cylindrical-coordinate representation of color #454B34: hue angle of 75.65º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #454B34 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB697552-
CMYK0.0800.310.71
HSL75.65º18.11%24.9%-
HSV(B)75.65º30.67%29.41%-
XYZ5.596.554.22-
YUV70.58117.51126.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=35.20%
G=38.27%
B=26.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975520.0800.310.7175.6518.1124.9
Hex454B34801F474c1219
Octal10511364100371071142231
Binary100010110010111101001000011111100011110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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