#553519

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

Shades of Brown Bramble #553519

Tints of Brown Bramble #553519

Color information

#553519 (or 0x553519) is unknown color: approx Brown Bramble. HEX triplet: 55, 35 and 19. RGB value is (85,53,25). Sum of RGB (Red+Green+Blue) = 85+53+25=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #553519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553519 is #AACAE6. Grayscale: #3B3B3B. Windows color (decimal): -11193063 or 1652053. OLE color: 1652053.

HSL color Cylindrical-coordinate representation of color #553519: hue angle of 28º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553519 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB855325-
CMYK00.380.710.67
HSL28º54.55%21.57%-
HSV(B)28º70.59%33.33%-
XYZ5.194.551.52-
YUV59.38108.6146.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=52.15%
G=32.52%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85532500.380.710.672854.5521.57
Hex55351902647431c3716
Octal1256531046107103346726
Binary1010101110101110010100110100011110000111110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553519; }

 p { color: rgb(85,53,25); }

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

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

 a { background-color: rgb(85,53,25); }

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

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

 span { border-color: rgb(85,53,25); }

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