Html Css Color HEX #503415 Brown Bramble

📋 copy color: '#503415'

red 80 ◦ green 52 ◦ blue 21

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

Shades of Brown Bramble #503415

Tints of Brown Bramble #503415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

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

R = 52.29%
G = 33.99%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#503415 (or 0x503415) is known color: Brown Bramble. HEX triplet: 50, 34 and 15. RGB value is (80,52,21). Sum of RGB (Red+Green+Blue) = 80+52+21=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503415 is #AFCBEA. Grayscale: #383838. Windows color (decimal): -11521003 or 1389648. OLE color: 1389648.

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

Color convert

RGB 80 52 21 -
CMYK 0 0.35 0.74 0.69
HSL 31.53º 0.58% 0.2% -
HSV(B) 31.53º 0.74% 0.31% -
XYZ 4.67 4.22 1.28 -
YUV 56.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 80 52 21 0 0.35 0.74 0.69 31.53 0.58 0.2
Hex 50 34 15 0 23 4A 45 20 3A 14
Octal 120 64 25 0 43 112 105 40 72 24
Binary 1010000 110100 10101 0 100011 1001010 1000101 100000 111010 10100

Color Harmonies of #503415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503415

Black with #503415

Text Example


Text Example

White with #503415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503415; }

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

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

background-color css

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

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

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

border-color css

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

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

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