Html Css Color HEX #503321 Brown Bramble

📋 copy color: '#503321'

red 80 ◦ green 51 ◦ blue 33

#503321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #503321

Tints of Brown Bramble #503321

RGB

 RED value IS 80 (31.64% from 255) = 48.78%

 GREEN value IS 51 (20.31% from 255) = 31.1%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 48.78%
G = 31.1%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#503321 (or 0x503321) is known color: 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

RGB 80 51 33 -
CMYK 0 0.36 0.59 0.69
HSL 22.98º 0.42% 0.22% -
HSV(B) 22.98º 0.59% 0.31% -
XYZ 4.77 4.18 2 -
YUV 57.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 80 51 33 0 0.36 0.59 0.69 22.98 0.42 0.22
Hex 50 33 21 0 24 3B 45 17 2A 16
Octal 120 63 41 0 44 73 105 27 52 26
Binary 1010000 110011 100001 0 100100 111011 1000101 10111 101010 10110

Color Harmonies of #503321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503321

Black with #503321

Text Example


Text Example

White with #503321

Text Example


Text Example

HTML Codes & Css Web 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>