#553118

Color #553118 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #553118

Tints of Brown Bramble #553118

Color information

#553118 (or 0x553118) is unknown color: approx Brown Bramble. HEX triplet: 55, 31 and 18. RGB value is (85,49,24). Sum of RGB (Red+Green+Blue) = 85+49+24=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #553118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553118 is #AACEE7. Grayscale: #393939. Windows color (decimal): -11194088 or 1585493. OLE color: 1585493.

HSL color Cylindrical-coordinate representation of color #553118: hue angle of 24.59º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553118 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB854924-
CMYK00.420.720.67
HSL24.59º55.96%21.37%-
HSV(B)24.59º71.76%33.33%-
XYZ5.014.191.41-
YUV56.91109.43148.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=53.80%
G=31.01%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85492400.420.720.6724.5955.9621.37
Hex55311802A4843193815
Octal1256130052110103317025
Binary1010101110001110000101010100100010000111100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553118; }

 p { color: rgb(85,49,24); }

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

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

 a { background-color: rgb(85,49,24); }

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

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

 span { border-color: rgb(85,49,24); }

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