Html Css Color HEX #50321B Brown Bramble

📋 copy color: '#50321B'

red 80 ◦ green 50 ◦ blue 27

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

Shades of Brown Bramble #50321B

Tints of Brown Bramble #50321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 50.96%
G = 31.85%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50321B (or 0x50321B) is known color: Brown Bramble. HEX triplet: 50, 32 and 1B. RGB value is (80,50,27). Sum of RGB (Red+Green+Blue) = 80+50+27=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50321B is #AFCDE4. Grayscale: #383838. Windows color (decimal): -11521509 or 1782352. OLE color: 1782352.

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

Color convert

RGB 80 50 27 -
CMYK 0 0.37 0.66 0.69
HSL 26.04º 0.5% 0.21% -
HSV(B) 26.04º 0.66% 0.31% -
XYZ 4.65 4.07 1.58 -
YUV 56.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 80 50 27 0 0.37 0.66 0.69 26.04 0.5 0.21
Hex 50 32 1B 0 25 42 45 1A 32 15
Octal 120 62 33 0 45 102 105 32 62 25
Binary 1010000 110010 11011 0 100101 1000010 1000101 11010 110010 10101

Color Harmonies of #50321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50321B

Black with #50321B

Text Example


Text Example

White with #50321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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