Html Css Color HEX #50351E Brown Bramble

📋 copy color: '#50351E'

red 80 ◦ green 53 ◦ blue 30

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

Shades of Brown Bramble #50351E

Tints of Brown Bramble #50351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 49.08%
G = 32.52%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50351E (or 0x50351E) is known color: Brown Bramble. HEX triplet: 50, 35 and 1E. RGB value is (80,53,30). Sum of RGB (Red+Green+Blue) = 80+53+30=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351E is #AFCAE1. Grayscale: #3A3A3A. Windows color (decimal): -11520738 or 1979728. OLE color: 1979728.

HSL color Cylindrical-coordinate representation of color #50351E: hue angle of 27.6º 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 #50351E is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 30 -
CMYK 0 0.34 0.62 0.69
HSL 27.6º 0.45% 0.22% -
HSV(B) 27.6º 0.63% 0.31% -
XYZ 4.82 4.35 1.81 -
YUV 58.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 80 53 30 0 0.34 0.62 0.69 27.6 0.45 0.22
Hex 50 35 1E 0 22 3E 45 1C 2D 16
Octal 120 65 36 0 42 76 105 34 55 26
Binary 1010000 110101 11110 0 100010 111110 1000101 11100 101101 10110

Color Harmonies of #50351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50351E

Black with #50351E

Text Example


Text Example

White with #50351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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