Html Css Color HEX #50341C Brown Bramble

📋 copy color: '#50341C'

red 80 ◦ green 52 ◦ blue 28

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

Shades of Brown Bramble #50341C

Tints of Brown Bramble #50341C

RGB

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

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

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

R = 50%
G = 32.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50341C (or 0x50341C) is known color: Brown Bramble. HEX triplet: 50, 34 and 1C. RGB value is (80,52,28). Sum of RGB (Red+Green+Blue) = 80+52+28=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341C is #AFCBE3. Grayscale: #393939. Windows color (decimal): -11520996 or 1848400. OLE color: 1848400.

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

Color convert

RGB 80 52 28 -
CMYK 0 0.35 0.65 0.69
HSL 27.69º 0.48% 0.21% -
HSV(B) 27.69º 0.65% 0.31% -
XYZ 4.75 4.25 1.67 -
YUV 57.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 80 52 28 0 0.35 0.65 0.69 27.69 0.48 0.21
Hex 50 34 1C 0 23 41 45 1C 30 15
Octal 120 64 34 0 43 101 105 34 60 25
Binary 1010000 110100 11100 0 100011 1000001 1000101 11100 110000 10101

Color Harmonies of #50341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341C

Black with #50341C

Text Example


Text Example

White with #50341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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