Html Css Color HEX #503213 Brown Bramble

📋 copy color: '#503213'

red 80 ◦ green 50 ◦ blue 19

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

Shades of Brown Bramble #503213

Tints of Brown Bramble #503213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 53.69%
G = 33.56%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#503213 (or 0x503213) is known color: Brown Bramble. HEX triplet: 50, 32 and 13. RGB value is (80,50,19). Sum of RGB (Red+Green+Blue) = 80+50+19=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503213 is #AFCDEC. Grayscale: #373737. Windows color (decimal): -11521517 or 1258064. OLE color: 1258064.

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

Color convert

RGB 80 50 19 -
CMYK 0 0.37 0.76 0.69
HSL 30.49º 0.62% 0.19% -
HSV(B) 30.49º 0.76% 0.31% -
XYZ 4.57 4.03 1.15 -
YUV 55.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 80 50 19 0 0.37 0.76 0.69 30.49 0.62 0.19
Hex 50 32 13 0 25 4C 45 1E 3E 13
Octal 120 62 23 0 45 114 105 36 76 23
Binary 1010000 110010 10011 0 100101 1001100 1000101 11110 111110 10011

Color Harmonies of #503213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503213

Black with #503213

Text Example


Text Example

White with #503213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503213; }

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

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

background-color css

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

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

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

border-color css

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

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

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