#544630

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

Shades of Deep Bronze #544630

Tints of Deep Bronze #544630

Color information

#544630 (or 0x544630) is unknown color: approx Deep Bronze. HEX triplet: 54, 46 and 30. RGB value is (84,70,48). Sum of RGB (Red+Green+Blue) = 84+70+48=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #544630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544630 is #ABB9CF. Grayscale: #474747. Windows color (decimal): -11254224 or 3163732. OLE color: 3163732.

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

Color convert

RGB847048-
CMYK00.170.430.67
HSL36.67º27.27%25.88%-
HSV(B)36.67º42.86%32.94%-
XYZ6.386.483.71-
YUV71.68114.64136.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=41.58%
G=34.65%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84704800.170.430.6736.6727.2725.88
Hex5446300112B43251b1a
Octal1241066002153103453332
Binary1010100100011011000001000110101110000111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544630; }

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

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

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

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

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

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

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

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