#55321E

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

Shades of Brown Bramble #55321E

Tints of Brown Bramble #55321E

Color information

#55321E (or 0x55321E) is unknown color: approx Brown Bramble. HEX triplet: 55, 32 and 1E. RGB value is (85,50,30). Sum of RGB (Red+Green+Blue) = 85+50+30=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321E is #AACDE1. Grayscale: #3A3A3A. Windows color (decimal): -11193826 or 1978965. OLE color: 1978965.

HSL color Cylindrical-coordinate representation of color #55321E: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55321E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB855030-
CMYK00.410.650.67
HSL21.82º47.83%22.55%-
HSV(B)21.82º64.71%33.33%-
XYZ5.124.311.79-
YUV58.18112.1147.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=51.52%
G=30.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85503000.410.650.6721.8247.8322.55
Hex55321E0294143163017
Octal1256236051101103266027
Binary1010101110010111100101001100000110000111011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55321E; }

 p { color: rgb(85,50,30); }

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

<style>
 a { background-color: #55321E; }

 a { background-color: rgb(85,50,30); }

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

<style>
 span { border-color: #55321E; }

 span { border-color: rgb(85,50,30); }

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