#554327

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

Shades of Deep Bronze #554327

Tints of Deep Bronze #554327

Color information

#554327 (or 0x554327) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 27. RGB value is (85,67,39). Sum of RGB (Red+Green+Blue) = 85+67+39=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554327 is #AABCD8. Grayscale: #454545. Windows color (decimal): -11189465 or 2573141. OLE color: 2573141.

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

Color convert

RGB856739-
CMYK00.210.540.67
HSL36.52º37.1%24.31%-
HSV(B)36.52º54.12%33.33%-
XYZ6.126.092.77-
YUV69.19110.96139.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=44.50%
G=35.08%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85673900.210.540.6736.5237.124.31
Hex5543270153643252518
Octal1251034702566103454530
Binary10101011000011100111010101110110100001110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554327; }

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

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

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

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

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

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

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

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