Html Css Color HEX #503315 Brown Bramble

📋 copy color: '#503315'

red 80 ◦ green 51 ◦ blue 21

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

Shades of Brown Bramble #503315

Tints of Brown Bramble #503315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 52.63%
G = 33.55%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#503315 (or 0x503315) is known color: Brown Bramble. HEX triplet: 50, 33 and 15. RGB value is (80,51,21). Sum of RGB (Red+Green+Blue) = 80+51+21=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503315 is #AFCCEA. Grayscale: #383838. Windows color (decimal): -11521259 or 1389392. OLE color: 1389392.

HSL color Cylindrical-coordinate representation of color #503315: hue angle of 30.51º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503315 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 21 -
CMYK 0 0.36 0.74 0.69
HSL 30.51º 0.58% 0.2% -
HSV(B) 30.51º 0.74% 0.31% -
XYZ 4.63 4.13 1.26 -
YUV 56.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 80 51 21 0 0.36 0.74 0.69 30.51 0.58 0.2
Hex 50 33 15 0 24 4A 45 1F 3A 14
Octal 120 63 25 0 44 112 105 37 72 24
Binary 1010000 110011 10101 0 100100 1001010 1000101 11111 111010 10100

Color Harmonies of #503315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503315

Black with #503315

Text Example


Text Example

White with #503315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503315; }

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

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

background-color css

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

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

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

border-color css

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

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

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