#55371B

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

Shades of Brown Bramble #55371B

Tints of Brown Bramble #55371B

Color information

#55371B (or 0x55371B) is unknown color: approx Brown Bramble. HEX triplet: 55, 37 and 1B. RGB value is (85,55,27). Sum of RGB (Red+Green+Blue) = 85+55+27=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371B is #AAC8E4. Grayscale: #3C3C3C. Windows color (decimal): -11192549 or 1783637. OLE color: 1783637.

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

Color convert

RGB855527-
CMYK00.350.680.67
HSL28.97º51.79%21.96%-
HSV(B)28.97º68.24%33.33%-
XYZ5.314.741.67-
YUV60.78108.94145.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=50.90%
G=32.93%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552700.350.680.6728.9751.7921.96
Hex55371B02344431d3416
Octal1256733043104103356426
Binary1010101110111110110100011100010010000111110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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