#54412F

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

Shades of Deep Bronze #54412F

Tints of Deep Bronze #54412F

Color information

#54412F (or 0x54412F) is unknown color: approx Deep Bronze. HEX triplet: 54, 41 and 2F. RGB value is (84,65,47). Sum of RGB (Red+Green+Blue) = 84+65+47=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54412F is #ABBED0. Grayscale: #444444. Windows color (decimal): -11255505 or 3096916. OLE color: 3096916.

HSL color Cylindrical-coordinate representation of color #54412F: hue angle of 29.19º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54412F is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB846547-
CMYK00.230.440.67
HSL29.19º28.24%25.69%-
HSV(B)29.19º44.05%32.94%-
XYZ6.065.873.5-
YUV68.63115.79138.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=42.86%
G=33.16%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84654700.230.440.6729.1928.2425.69
Hex54412F0172C431d1c1a
Octal1241015702754103353432
Binary101010010000011011110101111011001000011111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54412F; }

 p { color: rgb(84,65,47); }

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

<style>
 a { background-color: #54412F; }

 a { background-color: rgb(84,65,47); }

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

<style>
 span { border-color: #54412F; }

 span { border-color: rgb(84,65,47); }

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