#544230

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

Shades of Deep Bronze #544230

Tints of Deep Bronze #544230

Color information

#544230 (or 0x544230) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 30. RGB value is (84,66,48). Sum of RGB (Red+Green+Blue) = 84+66+48=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544230 is #ABBDCF. Grayscale: #454545. Windows color (decimal): -11255248 or 3162708. OLE color: 3162708.

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

Color convert

RGB846648-
CMYK00.210.430.67
HSL30º27.27%25.88%-
HSV(B)30º42.86%32.94%-
XYZ6.145.993.63-
YUV69.33115.96138.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84664800.210.430.673027.2725.88
Hex5442300152B431e1b1a
Octal1241026002553103363332
Binary101010010000101100000101011010111000011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544230; }

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

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

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

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

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

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

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

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