#544130

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

Shades of Deep Bronze #544130

Tints of Deep Bronze #544130

Color information

#544130 (or 0x544130) is unknown color: approx Deep Bronze. HEX triplet: 54, 41 and 30. RGB value is (84,65,48). Sum of RGB (Red+Green+Blue) = 84+65+48=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544130 is #ABBECF. Grayscale: #444444. Windows color (decimal): -11255504 or 3162452. OLE color: 3162452.

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

Color convert

RGB846548-
CMYK00.230.430.67
HSL28.33º27.27%25.88%-
HSV(B)28.33º42.86%32.94%-
XYZ6.085.883.61-
YUV68.74116.29138.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=42.64%
G=32.99%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84654800.230.430.6728.3327.2725.88
Hex5441300172B431c1b1a
Octal1241016002753103343332
Binary101010010000011100000101111010111000011111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544130; }

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

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

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

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

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

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

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

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