Html Css Color HEX #502F13 Brown Bramble

📋 copy color: '#502F13'

red 80 ◦ green 47 ◦ blue 19

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

Shades of Brown Bramble #502F13

Tints of Brown Bramble #502F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

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

R = 54.79%
G = 32.19%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502F13 (or 0x502F13) is known color: Brown Bramble. HEX triplet: 50, 2F and 13. RGB value is (80,47,19). Sum of RGB (Red+Green+Blue) = 80+47+19=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #502F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502F13 is #AFD0EC. Grayscale: #353535. Windows color (decimal): -11522285 or 1257296. OLE color: 1257296.

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

Color convert

RGB 80 47 19 -
CMYK 0 0.41 0.76 0.69
HSL 27.54º 0.62% 0.19% -
HSV(B) 27.54º 0.76% 0.31% -
XYZ 4.44 3.79 1.11 -
YUV 53.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 80 47 19 0 0.41 0.76 0.69 27.54 0.62 0.19
Hex 50 2F 13 0 29 4C 45 1C 3E 13
Octal 120 57 23 0 51 114 105 34 76 23
Binary 1010000 101111 10011 0 101001 1001100 1000101 11100 111110 10011

Color Harmonies of #502F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F13

Black with #502F13

Text Example


Text Example

White with #502F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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