Html Css Color HEX #502C13 Brown Bramble

📋 copy color: '#502C13'

red 80 ◦ green 44 ◦ blue 19

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

Shades of Brown Bramble #502C13

Tints of Brown Bramble #502C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

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

R = 55.94%
G = 30.77%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#502C13 (or 0x502C13) is known color: Brown Bramble. HEX triplet: 50, 2C and 13. RGB value is (80,44,19). Sum of RGB (Red+Green+Blue) = 80+44+19=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #502C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C13 is #AFD3EC. Grayscale: #343434. Windows color (decimal): -11523053 or 1256528. OLE color: 1256528.

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

Color convert

RGB 80 44 19 -
CMYK 0 0.45 0.76 0.69
HSL 24.59º 0.62% 0.19% -
HSV(B) 24.59º 0.76% 0.31% -
XYZ 4.33 3.55 1.07 -
YUV 51.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 80 44 19 0 0.45 0.76 0.69 24.59 0.62 0.19
Hex 50 2C 13 0 2D 4C 45 19 3E 13
Octal 120 54 23 0 55 114 105 31 76 23
Binary 1010000 101100 10011 0 101101 1001100 1000101 11001 111110 10011

Color Harmonies of #502C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C13

Black with #502C13

Text Example


Text Example

White with #502C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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