#544534

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

Shades of Deep Bronze #544534

Tints of Deep Bronze #544534

Color information

#544534 (or 0x544534) is unknown color: approx Deep Bronze. HEX triplet: 54, 45 and 34. RGB value is (84,69,52). Sum of RGB (Red+Green+Blue) = 84+69+52=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #544534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544534 is #ABBACB. Grayscale: #474747. Windows color (decimal): -11254476 or 3425620. OLE color: 3425620.

HSL color Cylindrical-coordinate representation of color #544534: hue angle of 31.88º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544534 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB846952-
CMYK00.180.380.67
HSL31.88º23.53%26.67%-
HSV(B)31.88º38.1%32.94%-
XYZ6.46.394.14-
YUV71.55116.97136.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=40.98%
G=33.66%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84695200.180.380.6731.8823.5326.67
Hex544534012264320181b
Octal1241056402246103403033
Binary1010100100010111010001001010011010000111000001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544534; }

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

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

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

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

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

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

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

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