Html Css Color HEX #503313 Brown Bramble

📋 copy color: '#503313'

red 80 ◦ green 51 ◦ blue 19

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

Shades of Brown Bramble #503313

Tints of Brown Bramble #503313

RGB

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

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

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

R = 53.33%
G = 34%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#503313 (or 0x503313) is known color: Brown Bramble. HEX triplet: 50, 33 and 13. RGB value is (80,51,19). Sum of RGB (Red+Green+Blue) = 80+51+19=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503313 is #AFCCEC. Grayscale: #383838. Windows color (decimal): -11521261 or 1258320. OLE color: 1258320.

HSL color Cylindrical-coordinate representation of color #503313: hue angle of 31.48º 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 #503313 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 19 -
CMYK 0 0.36 0.76 0.69
HSL 31.48º 0.62% 0.19% -
HSV(B) 31.48º 0.76% 0.31% -
XYZ 4.61 4.12 1.17 -
YUV 56.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 80 51 19 0 0.36 0.76 0.69 31.48 0.62 0.19
Hex 50 33 13 0 24 4C 45 1F 3E 13
Octal 120 63 23 0 44 114 105 37 76 23
Binary 1010000 110011 10011 0 100100 1001100 1000101 11111 111110 10011

Color Harmonies of #503313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503313

Black with #503313

Text Example


Text Example

White with #503313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503313; }

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

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

background-color css

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

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

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

border-color css

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

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

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