#55391B

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

Shades of Brown Bramble #55391B

Tints of Brown Bramble #55391B

Color information

#55391B (or 0x55391B) is unknown color: approx Brown Bramble. HEX triplet: 55, 39 and 1B. RGB value is (85,57,27). Sum of RGB (Red+Green+Blue) = 85+57+27=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391B is #AAC6E4. Grayscale: #3E3E3E. Windows color (decimal): -11192037 or 1784149. OLE color: 1784149.

HSL color Cylindrical-coordinate representation of color #55391B: hue angle of 31.03º 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 #55391B is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB855727-
CMYK00.330.680.67
HSL31.03º51.79%21.96%-
HSV(B)31.03º68.24%33.33%-
XYZ5.414.941.7-
YUV61.95108.28144.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=50.30%
G=33.73%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85572700.330.680.6731.0351.7921.96
Hex55391B02144431f3416
Octal1257133041104103376426
Binary1010101111001110110100001100010010000111111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55391B; }

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

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

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

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

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

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

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

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