Html Css Color HEX #50321C Brown Bramble

📋 copy color: '#50321C'

red 80 ◦ green 50 ◦ blue 28

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

Shades of Brown Bramble #50321C

Tints of Brown Bramble #50321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 50.63%
G = 31.65%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50321C (or 0x50321C) is known color: Brown Bramble. HEX triplet: 50, 32 and 1C. RGB value is (80,50,28). Sum of RGB (Red+Green+Blue) = 80+50+28=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50321C is #AFCDE3. Grayscale: #383838. Windows color (decimal): -11521508 or 1847888. OLE color: 1847888.

HSL color Cylindrical-coordinate representation of color #50321C: hue angle of 25.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50321C is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 28 -
CMYK 0 0.37 0.65 0.69
HSL 25.38º 0.48% 0.21% -
HSV(B) 25.38º 0.65% 0.31% -
XYZ 4.66 4.07 1.64 -
YUV 56.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 80 50 28 0 0.37 0.65 0.69 25.38 0.48 0.21
Hex 50 32 1C 0 25 41 45 19 30 15
Octal 120 62 34 0 45 101 105 31 60 25
Binary 1010000 110010 11100 0 100101 1000001 1000101 11001 110000 10101

Color Harmonies of #50321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50321C

Black with #50321C

Text Example


Text Example

White with #50321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50321C; }

 p { color: rgb(80,50,28); }

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

background-color css

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

 a { background-color: rgb(80,50,28); }

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

border-color css

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

 span { border-color: rgb(80,50,28); }

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