#55321F

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

Shades of Brown Bramble #55321F

Tints of Brown Bramble #55321F

Color information

#55321F (or 0x55321F) is unknown color: approx Brown Bramble. HEX triplet: 55, 32 and 1F. RGB value is (85,50,31). Sum of RGB (Red+Green+Blue) = 85+50+31=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321F is #AACDE0. Grayscale: #3A3A3A. Windows color (decimal): -11193825 or 2044501. OLE color: 2044501.

HSL color Cylindrical-coordinate representation of color #55321F: hue angle of 21.11º 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 #55321F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB855031-
CMYK00.410.640.67
HSL21.11º46.55%22.75%-
HSV(B)21.11º63.53%33.33%-
XYZ5.134.311.86-
YUV58.3112.6147.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=51.20%
G=30.12%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85503100.410.640.6721.1146.5522.75
Hex55321F0294043152f17
Octal1256237051100103255727
Binary1010101110010111110101001100000010000111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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