#55301A

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

Shades of Brown Bramble #55301A

Tints of Brown Bramble #55301A

Color information

#55301A (or 0x55301A) is unknown color: approx Brown Bramble. HEX triplet: 55, 30 and 1A. RGB value is (85,48,26). Sum of RGB (Red+Green+Blue) = 85+48+26=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55301A is #AACFE5. Grayscale: #383838. Windows color (decimal): -11194342 or 1716309. OLE color: 1716309.

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

Color convert

RGB854826-
CMYK00.440.690.67
HSL22.37º53.15%21.76%-
HSV(B)22.37º69.41%33.33%-
XYZ4.994.121.51-
YUV56.55110.76148.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=53.46%
G=30.19%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85482600.440.690.6722.3753.1521.76
Hex55301A02C4543163516
Octal1256032054105103266526
Binary1010101110000110100101100100010110000111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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