#544330

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

Shades of Deep Bronze #544330

Tints of Deep Bronze #544330

Color information

#544330 (or 0x544330) is unknown color: approx Deep Bronze. HEX triplet: 54, 43 and 30. RGB value is (84,67,48). Sum of RGB (Red+Green+Blue) = 84+67+48=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #544330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544330 is #ABBCCF. Grayscale: #464646. Windows color (decimal): -11254992 or 3162964. OLE color: 3162964.

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

Color convert

RGB846748-
CMYK00.200.430.67
HSL31.67º27.27%25.88%-
HSV(B)31.67º42.86%32.94%-
XYZ6.26.113.65-
YUV69.92115.63138.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=42.21%
G=33.67%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84674800.200.430.6731.6727.2725.88
Hex5443300142B43201b1a
Octal1241036002453103403332
Binary1010100100001111000001010010101110000111000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544330; }

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

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

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

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

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

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

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

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