Html Css Color HEX #50331D Brown Bramble

📋 copy color: '#50331D'

red 80 ◦ green 51 ◦ blue 29

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

Shades of Brown Bramble #50331D

Tints of Brown Bramble #50331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 50%
G = 31.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50331D (or 0x50331D) is known color: Brown Bramble. HEX triplet: 50, 33 and 1D. RGB value is (80,51,29). Sum of RGB (Red+Green+Blue) = 80+51+29=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50331D is #AFCCE2. Grayscale: #393939. Windows color (decimal): -11521251 or 1913680. OLE color: 1913680.

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

Color convert

RGB 80 51 29 -
CMYK 0 0.36 0.64 0.69
HSL 25.88º 0.47% 0.21% -
HSV(B) 25.88º 0.64% 0.31% -
XYZ 4.71 4.16 1.72 -
YUV 57.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 80 51 29 0 0.36 0.64 0.69 25.88 0.47 0.21
Hex 50 33 1D 0 24 40 45 1A 2F 15
Octal 120 63 35 0 44 100 105 32 57 25
Binary 1010000 110011 11101 0 100100 1000000 1000101 11010 101111 10101

Color Harmonies of #50331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50331D

Black with #50331D

Text Example


Text Example

White with #50331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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