#55331D

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

Shades of Brown Bramble #55331D

Tints of Brown Bramble #55331D

Color information

#55331D (or 0x55331D) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 1D. RGB value is (85,51,29). Sum of RGB (Red+Green+Blue) = 85+51+29=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331D is #AACCE2. Grayscale: #3A3A3A. Windows color (decimal): -11193571 or 1913685. OLE color: 1913685.

HSL color Cylindrical-coordinate representation of color #55331D: hue angle of 23.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55331D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB855129-
CMYK00.400.660.67
HSL23.57º49.12%22.35%-
HSV(B)23.57º65.88%33.33%-
XYZ5.154.391.74-
YUV58.66111.26146.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=51.52%
G=30.91%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85512900.400.660.6723.5749.1222.35
Hex55331D0284243183116
Octal1256335050102103306126
Binary1010101110011111010101000100001010000111100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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