Html Css Color HEX #50361E Brown Bramble

📋 copy color: '#50361E'

red 80 ◦ green 54 ◦ blue 30

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

Shades of Brown Bramble #50361E

Tints of Brown Bramble #50361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 48.78%
G = 32.93%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50361E (or 0x50361E) is known color: Brown Bramble. HEX triplet: 50, 36 and 1E. RGB value is (80,54,30). Sum of RGB (Red+Green+Blue) = 80+54+30=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50361E is #AFC9E1. Grayscale: #3B3B3B. Windows color (decimal): -11520482 or 1979984. OLE color: 1979984.

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

Color convert

RGB 80 54 30 -
CMYK 0 0.33 0.62 0.69
HSL 28.8º 0.45% 0.22% -
HSV(B) 28.8º 0.63% 0.31% -
XYZ 4.86 4.44 1.83 -
YUV 59.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 80 54 30 0 0.33 0.62 0.69 28.8 0.45 0.22
Hex 50 36 1E 0 21 3E 45 1D 2D 16
Octal 120 66 36 0 41 76 105 35 55 26
Binary 1010000 110110 11110 0 100001 111110 1000101 11101 101101 10110

Color Harmonies of #50361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50361E

Black with #50361E

Text Example


Text Example

White with #50361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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