#554533

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

Shades of Deep Bronze #554533

Tints of Deep Bronze #554533

Color information

#554533 (or 0x554533) is unknown color: approx Deep Bronze. HEX triplet: 55, 45 and 33. RGB value is (85,69,51). Sum of RGB (Red+Green+Blue) = 85+69+51=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554533 is #AABACC. Grayscale: #474747. Windows color (decimal): -11188941 or 3360085. OLE color: 3360085.

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

Color convert

RGB856951-
CMYK00.190.400.67
HSL31.76º25%26.67%-
HSV(B)31.76º40%33.33%-
XYZ6.476.434.03-
YUV71.73116.3137.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=41.46%
G=33.66%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85695100.190.400.6731.762526.67
Hex554533013284320191b
Octal1251056302350103403133
Binary1010101100010111001101001110100010000111000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554533; }

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

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

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

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

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

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

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

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