#552F19

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

Shades of Brown Bramble #552F19

Tints of Brown Bramble #552F19

Color information

#552F19 (or 0x552F19) is unknown color: approx Brown Bramble. HEX triplet: 55, 2F and 19. RGB value is (85,47,25). Sum of RGB (Red+Green+Blue) = 85+47+25=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F19 is #AAD0E6. Grayscale: #373737. Windows color (decimal): -11194599 or 1650517. OLE color: 1650517.

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

Color convert

RGB854725-
CMYK00.450.710.67
HSL22º54.55%21.57%-
HSV(B)22º70.59%33.33%-
XYZ4.944.031.44-
YUV55.85110.59148.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=54.14%
G=29.94%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85472500.450.710.672254.5521.57
Hex552F1902D4743163716
Octal1255731055107103266726
Binary1010101101111110010101101100011110000111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F19; }

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

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

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

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

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

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

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

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