#554428

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

Shades of Deep Bronze #554428

Tints of Deep Bronze #554428

Color information

#554428 (or 0x554428) is unknown color: approx Deep Bronze. HEX triplet: 55, 44 and 28. RGB value is (85,68,40). Sum of RGB (Red+Green+Blue) = 85+68+40=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554428 is #AABBD7. Grayscale: #464646. Windows color (decimal): -11189208 or 2638933. OLE color: 2638933.

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

Color convert

RGB856840-
CMYK00.200.530.67
HSL37.33º36%24.51%-
HSV(B)37.33º52.94%33.33%-
XYZ6.26.222.88-
YUV69.89111.13138.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=44.04%
G=35.23%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85684000.200.530.6737.333624.51
Hex5544280143543252419
Octal1251045002465103454431
Binary10101011000100101000010100110101100001110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554428; }

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

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

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

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

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

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

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

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