#554733

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

Shades of Deep Bronze #554733

Tints of Deep Bronze #554733

Color information

#554733 (or 0x554733) is unknown color: approx Deep Bronze. HEX triplet: 55, 47 and 33. RGB value is (85,71,51). Sum of RGB (Red+Green+Blue) = 85+71+51=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554733 is #AAB8CC. Grayscale: #494949. Windows color (decimal): -11188429 or 3360597. OLE color: 3360597.

HSL color Cylindrical-coordinate representation of color #554733: hue angle of 35.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554733 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB857151-
CMYK00.160.400.67
HSL35.29º25%26.67%-
HSV(B)35.29º40%33.33%-
XYZ6.66.684.07-
YUV72.91115.64136.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=41.06%
G=34.30%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85715100.160.400.6735.292526.67
Hex554733010284323191b
Octal1251076302050103433133
Binary1010101100011111001101000010100010000111000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554733; }

 p { color: rgb(85,71,51); }

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

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

 a { background-color: rgb(85,71,51); }

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

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

 span { border-color: rgb(85,71,51); }

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