#55391E

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

Shades of Brown Bramble #55391E

Tints of Brown Bramble #55391E

Color information

#55391E (or 0x55391E) is unknown color: approx Brown Bramble. HEX triplet: 55, 39 and 1E. RGB value is (85,57,30). Sum of RGB (Red+Green+Blue) = 85+57+30=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391E is #AAC6E1. Grayscale: #3E3E3E. Windows color (decimal): -11192034 or 1980757. OLE color: 1980757.

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

Color convert

RGB855730-
CMYK00.330.650.67
HSL29.45º47.83%22.55%-
HSV(B)29.45º64.71%33.33%-
XYZ5.444.951.9-
YUV62.29109.78144.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=49.42%
G=33.14%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85573000.330.650.6729.4547.8322.55
Hex55391E02141431d3017
Octal1257136041101103356027
Binary1010101111001111100100001100000110000111110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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