#55391D

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

Shades of Brown Bramble #55391D

Tints of Brown Bramble #55391D

Color information

#55391D (or 0x55391D) is unknown color: approx Brown Bramble. HEX triplet: 55, 39 and 1D. RGB value is (85,57,29). Sum of RGB (Red+Green+Blue) = 85+57+29=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391D is #AAC6E2. Grayscale: #3E3E3E. Windows color (decimal): -11192035 or 1915221. OLE color: 1915221.

HSL color Cylindrical-coordinate representation of color #55391D: hue angle of 30º 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 #55391D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB855729-
CMYK00.330.660.67
HSL30º49.12%22.35%-
HSV(B)30º65.88%33.33%-
XYZ5.434.951.83-
YUV62.18109.28144.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=49.71%
G=33.33%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85572900.330.660.673049.1222.35
Hex55391D02142431e3116
Octal1257135041102103366126
Binary1010101111001111010100001100001010000111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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