Html Css Color HEX #50341A Brown Bramble

📋 copy color: '#50341A'

red 80 ◦ green 52 ◦ blue 26

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

Shades of Brown Bramble #50341A

Tints of Brown Bramble #50341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.46%

R = 50.63%
G = 32.91%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50341A (or 0x50341A) is known color: Brown Bramble. HEX triplet: 50, 34 and 1A. RGB value is (80,52,26). Sum of RGB (Red+Green+Blue) = 80+52+26=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341A is #AFCBE5. Grayscale: #393939. Windows color (decimal): -11520998 or 1717328. OLE color: 1717328.

HSL color Cylindrical-coordinate representation of color #50341A: hue angle of 28.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50341A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 26 -
CMYK 0 0.35 0.67 0.69
HSL 28.89º 0.51% 0.21% -
HSV(B) 28.89º 0.68% 0.31% -
XYZ 4.72 4.24 1.55 -
YUV 57.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 80 52 26 0 0.35 0.67 0.69 28.89 0.51 0.21
Hex 50 34 1A 0 23 43 45 1D 33 15
Octal 120 64 32 0 43 103 105 35 63 25
Binary 1010000 110100 11010 0 100011 1000011 1000101 11101 110011 10101

Color Harmonies of #50341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341A

Black with #50341A

Text Example


Text Example

White with #50341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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