#55331E

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

Shades of Brown Bramble #55331E

Tints of Brown Bramble #55331E

Color information

#55331E (or 0x55331E) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 1E. RGB value is (85,51,30). Sum of RGB (Red+Green+Blue) = 85+51+30=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331E is #AACCE1. Grayscale: #3A3A3A. Windows color (decimal): -11193570 or 1979221. OLE color: 1979221.

HSL color Cylindrical-coordinate representation of color #55331E: hue angle of 22.91º 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 #55331E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB855130-
CMYK00.400.650.67
HSL22.91º47.83%22.55%-
HSV(B)22.91º64.71%33.33%-
XYZ5.164.391.8-
YUV58.77111.76146.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=51.20%
G=30.72%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85513000.400.650.6722.9147.8322.55
Hex55331E0284143173017
Octal1256336050101103276027
Binary1010101110011111100101000100000110000111011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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