#55301B

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

Shades of Brown Bramble #55301B

Tints of Brown Bramble #55301B

Color information

#55301B (or 0x55301B) is unknown color: approx Brown Bramble. HEX triplet: 55, 30 and 1B. RGB value is (85,48,27). Sum of RGB (Red+Green+Blue) = 85+48+27=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55301B is #AACFE4. Grayscale: #383838. Windows color (decimal): -11194341 or 1781845. OLE color: 1781845.

HSL color Cylindrical-coordinate representation of color #55301B: hue angle of 21.72º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55301B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB854827-
CMYK00.440.680.67
HSL21.72º51.79%21.96%-
HSV(B)21.72º68.24%33.33%-
XYZ54.121.57-
YUV56.67111.26148.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=53.12%
G=30%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85482700.440.680.6721.7251.7921.96
Hex55301B02C4443163416
Octal1256033054104103266426
Binary1010101110000110110101100100010010000111011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55301B; }

 p { color: rgb(85,48,27); }

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

<style>
 a { background-color: #55301B; }

 a { background-color: rgb(85,48,27); }

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

<style>
 span { border-color: #55301B; }

 span { border-color: rgb(85,48,27); }

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