Html Css Color HEX #503118 Brown Bramble

📋 copy color: '#503118'

red 80 ◦ green 49 ◦ blue 24

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

Shades of Brown Bramble #503118

Tints of Brown Bramble #503118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 52.29%
G = 32.03%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#503118 (or 0x503118) is known color: Brown Bramble. HEX triplet: 50, 31 and 18. RGB value is (80,49,24). Sum of RGB (Red+Green+Blue) = 80+49+24=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503118 is #AFCEE7. Grayscale: #373737. Windows color (decimal): -11521768 or 1585488. OLE color: 1585488.

HSL color Cylindrical-coordinate representation of color #503118: hue angle of 26.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503118 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 24 -
CMYK 0 0.39 0.70 0.69
HSL 26.79º 0.54% 0.2% -
HSV(B) 26.79º 0.7% 0.31% -
XYZ 4.57 3.97 1.39 -
YUV 55.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 80 49 24 0 0.39 0.70 0.69 26.79 0.54 0.2
Hex 50 31 18 0 27 46 45 1B 36 14
Octal 120 61 30 0 47 106 105 33 66 24
Binary 1010000 110001 11000 0 100111 1000110 1000101 11011 110110 10100

Color Harmonies of #503118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503118

Black with #503118

Text Example


Text Example

White with #503118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503118; }

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

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

background-color css

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

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

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

border-color css

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

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

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