Html Css Color HEX #501C07 Brown Pod

📋 copy color: '#501C07'

red 80 ◦ green 28 ◦ blue 7

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

Shades of Brown Pod #501C07

Tints of Brown Pod #501C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 69.57%
G = 24.35%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#501C07 (or 0x501C07) is known color: Brown Pod. HEX triplet: 50, 1C and 07. RGB value is (80,28,7). Sum of RGB (Red+Green+Blue) = 80+28+7=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C07 is #AFE3F8. Grayscale: #292929. Windows color (decimal): -11527161 or 466000. OLE color: 466000.

HSL color Cylindrical-coordinate representation of color #501C07: hue angle of 17.26º 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 #501C07 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 7 -
CMYK 0 0.65 0.91 0.69
HSL 17.26º 0.84% 0.17% -
HSV(B) 17.26º 0.91% 0.31% -
XYZ 3.76 2.55 0.5 -
YUV 41.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 80 28 7 0 0.65 0.91 0.69 17.26 0.84 0.17
Hex 50 1C 7 0 41 5B 45 11 54 11
Octal 120 34 7 0 101 133 105 21 124 21
Binary 1010000 11100 111 0 1000001 1011011 1000101 10001 1010100 10001

Color Harmonies of #501C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C07

Black with #501C07

Text Example


Text Example

White with #501C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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