#552E19

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

Shades of Brown Bramble #552E19

Tints of Brown Bramble #552E19

Color information

#552E19 (or 0x552E19) is unknown color: approx Brown Bramble. HEX triplet: 55, 2E and 19. RGB value is (85,46,25). Sum of RGB (Red+Green+Blue) = 85+46+25=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #552E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552E19 is #AAD1E6. Grayscale: #373737. Windows color (decimal): -11194855 or 1650261. OLE color: 1650261.

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

Color convert

RGB854625-
CMYK00.460.710.67
HSL21º54.55%21.57%-
HSV(B)21º70.59%33.33%-
XYZ4.93.961.42-
YUV55.27110.92149.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=54.49%
G=29.49%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85462500.460.710.672154.5521.57
Hex552E1902E4743153716
Octal1255631056107103256726
Binary1010101101110110010101110100011110000111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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