#544325

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

Shades of Deep Bronze #544325

Tints of Deep Bronze #544325

Color information

#544325 (or 0x544325) is unknown color: approx Deep Bronze. HEX triplet: 54, 43 and 25. RGB value is (84,67,37). Sum of RGB (Red+Green+Blue) = 84+67+37=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544325 is #ABBCDA. Grayscale: #444444. Windows color (decimal): -11255003 or 2442068. OLE color: 2442068.

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

Color convert

RGB846737-
CMYK00.200.560.67
HSL38.3º38.84%23.73%-
HSV(B)38.3º55.95%32.94%-
XYZ66.032.6-
YUV68.66110.13138.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=44.68%
G=35.64%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84673700.200.560.6738.338.8423.73
Hex5443250143843262718
Octal1241034502470103464730
Binary10101001000011100101010100111000100001110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544325; }

 p { color: rgb(84,67,37); }

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

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

 a { background-color: rgb(84,67,37); }

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

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

 span { border-color: rgb(84,67,37); }

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