#553318

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

Shades of Brown Bramble #553318

Tints of Brown Bramble #553318

Color information

#553318 (or 0x553318) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 18. RGB value is (85,51,24). Sum of RGB (Red+Green+Blue) = 85+51+24=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #553318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553318 is #AACCE7. Grayscale: #3A3A3A. Windows color (decimal): -11193576 or 1586005. OLE color: 1586005.

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

Color convert

RGB855124-
CMYK00.400.720.67
HSL26.56º55.96%21.37%-
HSV(B)26.56º71.76%33.33%-
XYZ5.14.361.44-
YUV58.09108.76147.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 24 (9.77% from 255) = 15%
R=53.12%
G=31.88%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85512400.400.720.6726.5655.9621.37
Hex55331802848431b3815
Octal1256330050110103337025
Binary1010101110011110000101000100100010000111101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553318; }

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

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

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

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

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

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

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

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