#503321

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

Shades of Brown Bramble #503321

Tints of Brown Bramble #503321

Color information

#503321 (or 0x503321) is unknown color: approx Brown Bramble. HEX triplet: 50, 33 and 21. RGB value is (80,51,33). Sum of RGB (Red+Green+Blue) = 80+51+33=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503321 is #AFCCDE. Grayscale: #393939. Windows color (decimal): -11521247 or 2175824. OLE color: 2175824.

HSL color Cylindrical-coordinate representation of color #503321: hue angle of 22.98º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503321 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB805133-
CMYK00.360.590.69
HSL22.98º41.59%22.16%-
HSV(B)22.98º58.75%31.37%-
XYZ4.774.182-
YUV57.62114.11143.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=48.78%
G=31.10%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80513300.360.590.6922.9841.5922.16
Hex5033210243B45172a16
Octal120634104473105275226
Binary1010000110011100001010010011101110001011011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503321; }

 p { color: rgb(80,51,33); }

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

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

 a { background-color: rgb(80,51,33); }

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

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

 span { border-color: rgb(80,51,33); }

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