Html Css Color HEX #501402 Brown Pod

📋 copy color: '#501402'

red 80 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #501402

Tints of Brown Pod #501402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

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

R = 78.43%
G = 19.61%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501402 (or 0x501402) is known color: Brown Pod. HEX triplet: 50, 14 and 02. RGB value is (80,20,2). Sum of RGB (Red+Green+Blue) = 80+20+2=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501402 is #AFEBFD. Grayscale: #242424. Windows color (decimal): -11529214 or 136272. OLE color: 136272.

HSL color Cylindrical-coordinate representation of color #501402: hue angle of 13.85º 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 #501402 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 2 -
CMYK 0 0.75 0.98 0.69
HSL 13.85º 0.95% 0.16% -
HSV(B) 13.85º 0.98% 0.31% -
XYZ 3.57 2.21 0.3 -
YUV 35.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 80 20 2 0 0.75 0.98 0.69 13.85 0.95 0.16
Hex 50 14 2 0 4B 62 45 E 5F 10
Octal 120 24 2 0 113 142 105 16 137 20
Binary 1010000 10100 10 0 1001011 1100010 1000101 1110 1011111 10000

Color Harmonies of #501402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501402

Black with #501402

Text Example


Text Example

White with #501402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501402; }

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

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

background-color css

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

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

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

border-color css

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

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

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