#554021

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

Shades of Deep Bronze #554021

Tints of Deep Bronze #554021

Color information

#554021 (or 0x554021) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 21. RGB value is (85,64,33). Sum of RGB (Red+Green+Blue) = 85+64+33=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554021 is #AABFDE. Grayscale: #424242. Windows color (decimal): -11190239 or 2179157. OLE color: 2179157.

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

Color convert

RGB856433-
CMYK00.250.610.67
HSL35.77º44.07%23.14%-
HSV(B)35.77º61.18%33.33%-
XYZ5.855.712.23-
YUV66.74108.96141.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=46.70%
G=35.16%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85643300.250.610.6735.7744.0723.14
Hex5540210193D43242c17
Octal1251004103175103445427
Binary10101011000000100001011001111101100001110010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554021; }

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

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

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

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

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

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

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

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