#554227

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

Shades of Deep Bronze #554227

Tints of Deep Bronze #554227

Color information

#554227 (or 0x554227) is unknown color: approx Deep Bronze. HEX triplet: 55, 42 and 27. RGB value is (85,66,39). Sum of RGB (Red+Green+Blue) = 85+66+39=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554227 is #AABDD8. Grayscale: #444444. Windows color (decimal): -11189721 or 2572885. OLE color: 2572885.

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

Color convert

RGB856639-
CMYK00.220.540.67
HSL35.22º37.1%24.31%-
HSV(B)35.22º54.12%33.33%-
XYZ6.065.972.75-
YUV68.6111.29139.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=44.74%
G=34.74%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85663900.220.540.6735.2237.124.31
Hex5542270163643232518
Octal1251024702666103434530
Binary10101011000010100111010110110110100001110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554227; }

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

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

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

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

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

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

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

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