Html Css Color HEX #503320 Brown Bramble

📋 copy color: '#503320'

red 80 ◦ green 51 ◦ blue 32

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

Shades of Brown Bramble #503320

Tints of Brown Bramble #503320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 49.08%
G = 31.29%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503320 (or 0x503320) is known color: Brown Bramble. HEX triplet: 50, 33 and 20. RGB value is (80,51,32). Sum of RGB (Red+Green+Blue) = 80+51+32=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503320 is #AFCCDF. Grayscale: #393939. Windows color (decimal): -11521248 or 2110288. OLE color: 2110288.

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

Color convert

RGB 80 51 32 -
CMYK 0 0.36 0.60 0.69
HSL 23.75º 0.43% 0.22% -
HSV(B) 23.75º 0.6% 0.31% -
XYZ 4.75 4.18 1.92 -
YUV 57.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 80 51 32 0 0.36 0.60 0.69 23.75 0.43 0.22
Hex 50 33 20 0 24 3C 45 18 2B 16
Octal 120 63 40 0 44 74 105 30 53 26
Binary 1010000 110011 100000 0 100100 111100 1000101 11000 101011 10110

Color Harmonies of #503320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503320

Black with #503320

Text Example


Text Example

White with #503320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503320; }

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

 H1.HeaderClassName
 {
   color: #503320;
 }
 .AnyTagClassName
 {
   color: #503320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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