#544025

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

Shades of Deep Bronze #544025

Tints of Deep Bronze #544025

Color information

#544025 (or 0x544025) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 25. RGB value is (84,64,37). Sum of RGB (Red+Green+Blue) = 84+64+37=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #544025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544025 is #ABBFDA. Grayscale: #434343. Windows color (decimal): -11255771 or 2441300. OLE color: 2441300.

HSL color Cylindrical-coordinate representation of color #544025: hue angle of 34.47º 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 #544025 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB846437-
CMYK00.240.560.67
HSL34.47º38.84%23.73%-
HSV(B)34.47º55.95%32.94%-
XYZ5.825.692.54-
YUV66.9111.13140.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 37 (14.84% from 255) = 20%
R=45.41%
G=34.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84643700.240.560.6734.4738.8423.73
Hex5440250183843222718
Octal1241004503070103424730
Binary10101001000000100101011000111000100001110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544025; }

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

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

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

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

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

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

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

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