#554427

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

Shades of Deep Bronze #554427

Tints of Deep Bronze #554427

Color information

#554427 (or 0x554427) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 27. RGB value is (85,68,39). Sum of RGB (Red+Green+Blue) = 85+68+39=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #554427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554427 is #AABBD8. Grayscale: #454545. Windows color (decimal): -11189209 or 2573397. OLE color: 2573397.

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

Color convert

RGB856839-
CMYK00.200.540.67
HSL37.83º37.1%24.31%-
HSV(B)37.83º54.12%33.33%-
XYZ6.186.212.79-
YUV69.78110.63138.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=44.27%
G=35.42%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85683900.200.540.6737.8337.124.31
Hex5544270143643262518
Octal1251044702466103464530
Binary10101011000100100111010100110110100001110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554427; }

 p { color: rgb(85,68,39); }

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

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

 a { background-color: rgb(85,68,39); }

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

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

 span { border-color: rgb(85,68,39); }

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