Html Css Color HEX #501C06 Brown Pod

📋 copy color: '#501C06'

red 80 ◦ green 28 ◦ blue 6

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

Shades of Brown Pod #501C06

Tints of Brown Pod #501C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.26%

R = 70.18%
G = 24.56%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#501C06 (or 0x501C06) is known color: Brown Pod. HEX triplet: 50, 1C and 06. RGB value is (80,28,6). Sum of RGB (Red+Green+Blue) = 80+28+6=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C06 is #AFE3F9. Grayscale: #292929. Windows color (decimal): -11527162 or 400464. OLE color: 400464.

HSL color Cylindrical-coordinate representation of color #501C06: hue angle of 17.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501C06 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 6 -
CMYK 0 0.65 0.92 0.69
HSL 17.84º 0.86% 0.17% -
HSV(B) 17.84º 0.93% 0.31% -
XYZ 3.76 2.55 0.47 -
YUV 41.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 80 28 6 0 0.65 0.92 0.69 17.84 0.86 0.17
Hex 50 1C 6 0 41 5C 45 12 56 11
Octal 120 34 6 0 101 134 105 22 126 21
Binary 1010000 11100 110 0 1000001 1011100 1000101 10010 1010110 10001

Color Harmonies of #501C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C06

Black with #501C06

Text Example


Text Example

White with #501C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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