#554028

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

Shades of Deep Bronze #554028

Tints of Deep Bronze #554028

Color information

#554028 (or 0x554028) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 28. RGB value is (85,64,40). Sum of RGB (Red+Green+Blue) = 85+64+40=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554028 is #AABFD7. Grayscale: #434343. Windows color (decimal): -11190232 or 2637909. OLE color: 2637909.

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

Color convert

RGB856440-
CMYK00.250.530.67
HSL32º36%24.51%-
HSV(B)32º52.94%33.33%-
XYZ5.965.752.8-
YUV67.54112.46140.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=44.97%
G=33.86%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85644000.250.530.67323624.51
Hex5540280193543202419
Octal1251005003165103404431
Binary10101011000000101000011001110101100001110000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554028; }

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

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

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

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

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

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

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

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