#553721

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

Shades of Brown Bramble #553721

Tints of Brown Bramble #553721

Color information

#553721 (or 0x553721) is unknown color: approx Brown Bramble. HEX triplet: 55, 37 and 21. RGB value is (85,55,33). Sum of RGB (Red+Green+Blue) = 85+55+33=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553721 is #AAC8DE. Grayscale: #3D3D3D. Windows color (decimal): -11192543 or 2176853. OLE color: 2176853.

HSL color Cylindrical-coordinate representation of color #553721: hue angle of 25.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553721 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB855533-
CMYK00.350.610.67
HSL25.38º44.07%23.14%-
HSV(B)25.38º61.18%33.33%-
XYZ5.394.772.08-
YUV61.46111.94144.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=49.13%
G=31.79%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85553300.350.610.6725.3844.0723.14
Hex5537210233D43192c17
Octal125674104375103315427
Binary1010101110111100001010001111110110000111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553721; }

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

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

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

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

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

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

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

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