#54452B

Color #54452B Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #54452B

Tints of Deep Bronze #54452B

Color information

#54452B (or 0x54452B) is unknown color: approx Deep Bronze. HEX triplet: 54, 45 and 2B. RGB value is (84,69,43). Sum of RGB (Red+Green+Blue) = 84+69+43=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452B is #ABBAD4. Grayscale: #464646. Windows color (decimal): -11254485 or 2835796. OLE color: 2835796.

HSL color Cylindrical-coordinate representation of color #54452B: hue angle of 38.05º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54452B is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB846943-
CMYK00.180.490.67
HSL38.05º32.28%24.9%-
HSV(B)38.05º48.81%32.94%-
XYZ6.226.323.18-
YUV70.52112.47137.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=42.86%
G=35.20%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84694300.180.490.6738.0532.2824.9
Hex54452B0123143262019
Octal1241055302261103464031
Binary10101001000101101011010010110001100001110011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54452B; }

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

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

<style>
 a { background-color: #54452B; }

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

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

<style>
 span { border-color: #54452B; }

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

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