#553719

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

Shades of Brown Bramble #553719

Tints of Brown Bramble #553719

Color information

#553719 (or 0x553719) is unknown color: approx Brown Bramble. HEX triplet: 55, 37 and 19. RGB value is (85,55,25). Sum of RGB (Red+Green+Blue) = 85+55+25=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553719 is #AAC8E6. Grayscale: #3C3C3C. Windows color (decimal): -11192551 or 1652565. OLE color: 1652565.

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

Color convert

RGB855525-
CMYK00.350.710.67
HSL30º54.55%21.57%-
HSV(B)30º70.59%33.33%-
XYZ5.294.731.55-
YUV60.55107.94145.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=51.52%
G=33.33%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552500.350.710.673054.5521.57
Hex55371902347431e3716
Octal1256731043107103366726
Binary1010101110111110010100011100011110000111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553719; }

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

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

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

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

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

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

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

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