Html Css Color HEX #50341E Brown Bramble

📋 copy color: '#50341E'

red 80 ◦ green 52 ◦ blue 30

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

Shades of Brown Bramble #50341E

Tints of Brown Bramble #50341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 49.38%
G = 32.1%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50341E (or 0x50341E) is known color: Brown Bramble. HEX triplet: 50, 34 and 1E. RGB value is (80,52,30). Sum of RGB (Red+Green+Blue) = 80+52+30=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341E is #AFCBE1. Grayscale: #393939. Windows color (decimal): -11520994 or 1979472. OLE color: 1979472.

HSL color Cylindrical-coordinate representation of color #50341E: hue angle of 26.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50341E is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 30 -
CMYK 0 0.35 0.62 0.69
HSL 26.4º 0.45% 0.22% -
HSV(B) 26.4º 0.63% 0.31% -
XYZ 4.77 4.26 1.8 -
YUV 57.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 80 52 30 0 0.35 0.62 0.69 26.4 0.45 0.22
Hex 50 34 1E 0 23 3E 45 1A 2D 16
Octal 120 64 36 0 43 76 105 32 55 26
Binary 1010000 110100 11110 0 100011 111110 1000101 11010 101101 10110

Color Harmonies of #50341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341E

Black with #50341E

Text Example


Text Example

White with #50341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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