Html Css Color HEX #503113 Brown Bramble

📋 copy color: '#503113'

red 80 ◦ green 49 ◦ blue 19

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

Shades of Brown Bramble #503113

Tints of Brown Bramble #503113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 54.05%
G = 33.11%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#503113 (or 0x503113) is known color: Brown Bramble. HEX triplet: 50, 31 and 13. RGB value is (80,49,19). Sum of RGB (Red+Green+Blue) = 80+49+19=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #503113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503113 is #AFCEEC. Grayscale: #373737. Windows color (decimal): -11521773 or 1257808. OLE color: 1257808.

HSL color Cylindrical-coordinate representation of color #503113: hue angle of 29.51º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503113 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 19 -
CMYK 0 0.39 0.76 0.69
HSL 29.51º 0.62% 0.19% -
HSV(B) 29.51º 0.76% 0.31% -
XYZ 4.52 3.95 1.14 -
YUV 54.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 80 49 19 0 0.39 0.76 0.69 29.51 0.62 0.19
Hex 50 31 13 0 27 4C 45 1E 3E 13
Octal 120 61 23 0 47 114 105 36 76 23
Binary 1010000 110001 10011 0 100111 1001100 1000101 11110 111110 10011

Color Harmonies of #503113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503113

Black with #503113

Text Example


Text Example

White with #503113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503113; }

 p { color: rgb(80,49,19); }

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

background-color css

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

 a { background-color: rgb(80,49,19); }

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

border-color css

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

 span { border-color: rgb(80,49,19); }

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