#55391F

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

Shades of Brown Bramble #55391F

Tints of Brown Bramble #55391F

Color information

#55391F (or 0x55391F) is unknown color: approx Brown Bramble. HEX triplet: 55, 39 and 1F. RGB value is (85,57,31). Sum of RGB (Red+Green+Blue) = 85+57+31=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #55391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391F is #AAC6E0. Grayscale: #3E3E3E. Windows color (decimal): -11192033 or 2046293. OLE color: 2046293.

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

Color convert

RGB855731-
CMYK00.330.640.67
HSL28.89º46.55%22.75%-
HSV(B)28.89º63.53%33.33%-
XYZ5.464.961.97-
YUV62.41110.28144.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=49.13%
G=32.95%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85573100.330.640.6728.8946.5522.75
Hex55391F02140431d2f17
Octal1257137041100103355727
Binary1010101111001111110100001100000010000111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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