#55321B

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

Shades of Brown Bramble #55321B

Tints of Brown Bramble #55321B

Color information

#55321B (or 0x55321B) is unknown color: approx Brown Bramble. HEX triplet: 55, 32 and 1B. RGB value is (85,50,27). Sum of RGB (Red+Green+Blue) = 85+50+27=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321B is #AACDE4. Grayscale: #393939. Windows color (decimal): -11193829 or 1782357. OLE color: 1782357.

HSL color Cylindrical-coordinate representation of color #55321B: hue angle of 23.79º 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 #55321B is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB855027-
CMYK00.410.680.67
HSL23.79º51.79%21.96%-
HSV(B)23.79º68.24%33.33%-
XYZ5.084.291.6-
YUV57.84110.6147.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=52.47%
G=30.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85502700.410.680.6723.7951.7921.96
Hex55321B0294443183416
Octal1256233051104103306426
Binary1010101110010110110101001100010010000111100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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