#552F1B

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

Shades of Brown Bramble #552F1B

Tints of Brown Bramble #552F1B

Color information

#552F1B (or 0x552F1B) is unknown color: approx Brown Bramble. HEX triplet: 55, 2F and 1B. RGB value is (85,47,27). Sum of RGB (Red+Green+Blue) = 85+47+27=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F1B is #AAD0E4. Grayscale: #383838. Windows color (decimal): -11194597 or 1781589. OLE color: 1781589.

HSL color Cylindrical-coordinate representation of color #552F1B: hue angle of 20.69º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552F1B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB854727-
CMYK00.450.680.67
HSL20.69º51.79%21.96%-
HSV(B)20.69º68.24%33.33%-
XYZ4.964.041.56-
YUV56.08111.59148.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=53.46%
G=29.56%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85472700.450.680.6720.6951.7921.96
Hex552F1B02D4443153416
Octal1255733055104103256426
Binary1010101101111110110101101100010010000111010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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