#544632

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

Shades of Deep Bronze #544632

Tints of Deep Bronze #544632

Color information

#544632 (or 0x544632) is unknown color: approx Deep Bronze. HEX triplet: 54, 46 and 32. RGB value is (84,70,50). Sum of RGB (Red+Green+Blue) = 84+70+50=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #544632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544632 is #ABB9CD. Grayscale: #484848. Windows color (decimal): -11254222 or 3294804. OLE color: 3294804.

HSL color Cylindrical-coordinate representation of color #544632: hue angle of 35.29º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544632 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB847050-
CMYK00.170.400.67
HSL35.29º25.37%26.27%-
HSV(B)35.29º40.48%32.94%-
XYZ6.426.53.93-
YUV71.91115.64136.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=41.18%
G=34.31%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84705000.170.400.6735.2925.3726.27
Hex544632011284323191a
Octal1241066202150103433132
Binary1010100100011011001001000110100010000111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544632; }

 p { color: rgb(84,70,50); }

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

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

 a { background-color: rgb(84,70,50); }

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

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

 span { border-color: rgb(84,70,50); }

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