Html Css Color HEX #503417 Brown Bramble

📋 copy color: '#503417'

red 80 ◦ green 52 ◦ blue 23

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

Shades of Brown Bramble #503417

Tints of Brown Bramble #503417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 51.61%
G = 33.55%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#503417 (or 0x503417) is known color: Brown Bramble. HEX triplet: 50, 34 and 17. RGB value is (80,52,23). Sum of RGB (Red+Green+Blue) = 80+52+23=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503417 is #AFCBE8. Grayscale: #393939. Windows color (decimal): -11521001 or 1520720. OLE color: 1520720.

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

Color convert

RGB 80 52 23 -
CMYK 0 0.35 0.71 0.69
HSL 30.53º 0.55% 0.2% -
HSV(B) 30.53º 0.71% 0.31% -
XYZ 4.69 4.22 1.38 -
YUV 57.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 80 52 23 0 0.35 0.71 0.69 30.53 0.55 0.2
Hex 50 34 17 0 23 47 45 1F 37 14
Octal 120 64 27 0 43 107 105 37 67 24
Binary 1010000 110100 10111 0 100011 1000111 1000101 11111 110111 10100

Color Harmonies of #503417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503417

Black with #503417

Text Example


Text Example

White with #503417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503417; }

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

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

background-color css

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

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

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

border-color css

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

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

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