Html Css Color HEX #50331F Brown Bramble

📋 copy color: '#50331F'

red 80 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #50331F

Tints of Brown Bramble #50331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 49.38%
G = 31.48%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50331F (or 0x50331F) is known color: Brown Bramble. HEX triplet: 50, 33 and 1F. RGB value is (80,51,31). Sum of RGB (Red+Green+Blue) = 80+51+31=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50331F is #AFCCE0. Grayscale: #393939. Windows color (decimal): -11521249 or 2044752. OLE color: 2044752.

HSL color Cylindrical-coordinate representation of color #50331F: hue angle of 24.49º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50331F is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 31 -
CMYK 0 0.36 0.61 0.69
HSL 24.49º 0.44% 0.22% -
HSV(B) 24.49º 0.61% 0.31% -
XYZ 4.74 4.17 1.85 -
YUV 57.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 80 51 31 0 0.36 0.61 0.69 24.49 0.44 0.22
Hex 50 33 1F 0 24 3D 45 18 2C 16
Octal 120 63 37 0 44 75 105 30 54 26
Binary 1010000 110011 11111 0 100100 111101 1000101 11000 101100 10110

Color Harmonies of #50331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50331F

Black with #50331F

Text Example


Text Example

White with #50331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50331F; }

 p { color: rgb(80,51,31); }

 H1.HeaderClassName
 {
   color: #50331F;
 }
 .AnyTagClassName
 {
   color: #50331F;
 }
</style>

background-color css

<style>
 a { background-color: #50331F; }

 a { background-color: rgb(80,51,31); }

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

border-color css

<style>
 span { border-color: #50331F; }

 span { border-color: rgb(80,51,31); }

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