#554130

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

Shades of Deep Bronze #554130

Tints of Deep Bronze #554130

Color information

#554130 (or 0x554130) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 30. RGB value is (85,65,48). Sum of RGB (Red+Green+Blue) = 85+65+48=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #554130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554130 is #AABECF. Grayscale: #454545. Windows color (decimal): -11189968 or 3162453. OLE color: 3162453.

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

Color convert

RGB856548-
CMYK00.240.440.67
HSL27.57º27.82%26.08%-
HSV(B)27.57º43.53%33.33%-
XYZ6.175.933.61-
YUV69.04116.13139.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=42.93%
G=32.83%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85654800.240.440.6727.5727.8226.08
Hex5541300182C431c1c1a
Octal1251016003054103343432
Binary101010110000011100000110001011001000011111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554130; }

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

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

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

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

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

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

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

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