Html Css Color HEX #50301B Brown Bramble

📋 copy color: '#50301B'

red 80 ◦ green 48 ◦ blue 27

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

Shades of Brown Bramble #50301B

Tints of Brown Bramble #50301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

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

R = 51.61%
G = 30.97%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50301B (or 0x50301B) is known color: Brown Bramble. HEX triplet: 50, 30 and 1B. RGB value is (80,48,27). Sum of RGB (Red+Green+Blue) = 80+48+27=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301B is #AFCFE4. Grayscale: #373737. Windows color (decimal): -11522021 or 1781840. OLE color: 1781840.

HSL color Cylindrical-coordinate representation of color #50301B: hue angle of 23.77º 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 #50301B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 27 -
CMYK 0 0.40 0.66 0.69
HSL 23.77º 0.5% 0.21% -
HSV(B) 23.77º 0.66% 0.31% -
XYZ 4.56 3.9 1.55 -
YUV 55.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 80 48 27 0 0.40 0.66 0.69 23.77 0.5 0.21
Hex 50 30 1B 0 28 42 45 18 32 15
Octal 120 60 33 0 50 102 105 30 62 25
Binary 1010000 110000 11011 0 101000 1000010 1000101 11000 110010 10101

Color Harmonies of #50301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50301B

Black with #50301B

Text Example


Text Example

White with #50301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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