#554121

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

Shades of Deep Bronze #554121

Tints of Deep Bronze #554121

Color information

#554121 (or 0x554121) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 21. RGB value is (85,65,33). Sum of RGB (Red+Green+Blue) = 85+65+33=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554121 is #AABEDE. Grayscale: #434343. Windows color (decimal): -11189983 or 2179413. OLE color: 2179413.

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

Color convert

RGB856533-
CMYK00.240.610.67
HSL36.92º44.07%23.14%-
HSV(B)36.92º61.18%33.33%-
XYZ5.915.822.25-
YUV67.33108.63140.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=46.45%
G=35.52%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85653300.240.610.6736.9244.0723.14
Hex5541210183D43252c17
Octal1251014103075103455427
Binary10101011000001100001011000111101100001110010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554121; }

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

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

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

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

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

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

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

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