Html Css Color HEX #50331B Brown Bramble

📋 copy color: '#50331B'

red 80 ◦ green 51 ◦ blue 27

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

Shades of Brown Bramble #50331B

Tints of Brown Bramble #50331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 50.63%
G = 32.28%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50331B (or 0x50331B) is known color: Brown Bramble. HEX triplet: 50, 33 and 1B. RGB value is (80,51,27). Sum of RGB (Red+Green+Blue) = 80+51+27=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50331B is #AFCCE4. Grayscale: #393939. Windows color (decimal): -11521253 or 1782608. OLE color: 1782608.

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

Color convert

RGB 80 51 27 -
CMYK 0 0.36 0.66 0.69
HSL 27.17º 0.5% 0.21% -
HSV(B) 27.17º 0.66% 0.31% -
XYZ 4.69 4.15 1.59 -
YUV 56.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 80 51 27 0 0.36 0.66 0.69 27.17 0.5 0.21
Hex 50 33 1B 0 24 42 45 1B 32 15
Octal 120 63 33 0 44 102 105 33 62 25
Binary 1010000 110011 11011 0 100100 1000010 1000101 11011 110010 10101

Color Harmonies of #50331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50331B

Black with #50331B

Text Example


Text Example

White with #50331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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