Html Css Color HEX #501302 Brown Pod

📋 copy color: '#501302'

red 80 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #501302

Tints of Brown Pod #501302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 2 (1.17% from 255) = 1.98%

R = 79.21%
G = 18.81%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501302 (or 0x501302) is known color: Brown Pod. HEX triplet: 50, 13 and 02. RGB value is (80,19,2). Sum of RGB (Red+Green+Blue) = 80+19+2=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #501302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501302 is #AFECFD. Grayscale: #232323. Windows color (decimal): -11529470 or 136016. OLE color: 136016.

HSL color Cylindrical-coordinate representation of color #501302: hue angle of 13.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501302 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 2 -
CMYK 0 0.76 0.98 0.69
HSL 13.08º 0.95% 0.16% -
HSV(B) 13.08º 0.98% 0.31% -
XYZ 3.55 2.18 0.29 -
YUV 35.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 80 19 2 0 0.76 0.98 0.69 13.08 0.95 0.16
Hex 50 13 2 0 4C 62 45 D 5F 10
Octal 120 23 2 0 114 142 105 15 137 20
Binary 1010000 10011 10 0 1001100 1100010 1000101 1101 1011111 10000

Color Harmonies of #501302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501302

Black with #501302

Text Example


Text Example

White with #501302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501302; }

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

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

background-color css

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

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

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

border-color css

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

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

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