#55371C

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

Shades of Brown Bramble #55371C

Tints of Brown Bramble #55371C

Color information

#55371C (or 0x55371C) is unknown color: approx Brown Bramble. HEX triplet: 55, 37 and 1C. RGB value is (85,55,28). Sum of RGB (Red+Green+Blue) = 85+55+28=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371C is #AAC8E3. Grayscale: #3D3D3D. Windows color (decimal): -11192548 or 1849173. OLE color: 1849173.

HSL color Cylindrical-coordinate representation of color #55371C: hue angle of 28.42º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55371C is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB855528-
CMYK00.350.670.67
HSL28.42º50.44%22.16%-
HSV(B)28.42º67.06%33.33%-
XYZ5.324.751.73-
YUV60.89109.44145.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=50.60%
G=32.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552800.350.670.6728.4250.4422.16
Hex55371C02343431c3216
Octal1256734043103103346226
Binary1010101110111111000100011100001110000111110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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