Html Css Color HEX #501D07 Brown Pod

📋 copy color: '#501D07'

red 80 ◦ green 29 ◦ blue 7

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

Shades of Brown Pod #501D07

Tints of Brown Pod #501D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 7 (3.13% from 255) = 6.03%

R = 68.97%
G = 25%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#501D07 (or 0x501D07) is known color: Brown Pod. HEX triplet: 50, 1D and 07. RGB value is (80,29,7). Sum of RGB (Red+Green+Blue) = 80+29+7=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #501D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D07 is #AFE2F8. Grayscale: #292929. Windows color (decimal): -11526905 or 466256. OLE color: 466256.

HSL color Cylindrical-coordinate representation of color #501D07: hue angle of 18.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #501D07 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 29 7 -
CMYK 0 0.64 0.91 0.69
HSL 18.08º 0.84% 0.17% -
HSV(B) 18.08º 0.91% 0.31% -
XYZ 3.79 2.6 0.5 -
YUV 41.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 80 29 7 0 0.64 0.91 0.69 18.08 0.84 0.17
Hex 50 1D 7 0 40 5B 45 12 54 11
Octal 120 35 7 0 100 133 105 22 124 21
Binary 1010000 11101 111 0 1000000 1011011 1000101 10010 1010100 10001

Color Harmonies of #501D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D07

Black with #501D07

Text Example


Text Example

White with #501D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501D07; }

 p { color: rgb(80,29,7); }

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

background-color css

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

 a { background-color: rgb(80,29,7); }

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

border-color css

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

 span { border-color: rgb(80,29,7); }

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