Html Css Color HEX #50341B Brown Bramble

📋 copy color: '#50341B'

red 80 ◦ green 52 ◦ blue 27

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

Shades of Brown Bramble #50341B

Tints of Brown Bramble #50341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 50.31%
G = 32.7%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50341B (or 0x50341B) is known color: Brown Bramble. HEX triplet: 50, 34 and 1B. RGB value is (80,52,27). Sum of RGB (Red+Green+Blue) = 80+52+27=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341B is #AFCBE4. Grayscale: #393939. Windows color (decimal): -11520997 or 1782864. OLE color: 1782864.

HSL color Cylindrical-coordinate representation of color #50341B: hue angle of 28.3º 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 #50341B is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 27 -
CMYK 0 0.35 0.66 0.69
HSL 28.3º 0.5% 0.21% -
HSV(B) 28.3º 0.66% 0.31% -
XYZ 4.73 4.24 1.61 -
YUV 57.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 80 52 27 0 0.35 0.66 0.69 28.3 0.5 0.21
Hex 50 34 1B 0 23 42 45 1C 32 15
Octal 120 64 33 0 43 102 105 34 62 25
Binary 1010000 110100 11011 0 100011 1000010 1000101 11100 110010 10101

Color Harmonies of #50341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341B

Black with #50341B

Text Example


Text Example

White with #50341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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