Html Css Color HEX #501C09 Brown Pod

📋 copy color: '#501C09'

red 80 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #501C09

Tints of Brown Pod #501C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 68.38%
G = 23.93%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#501C09 (or 0x501C09) is known color: Brown Pod. HEX triplet: 50, 1C and 09. RGB value is (80,28,9). Sum of RGB (Red+Green+Blue) = 80+28+9=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C09 is #AFE3F6. Grayscale: #292929. Windows color (decimal): -11527159 or 597072. OLE color: 597072.

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

Color convert

RGB 80 28 9 -
CMYK 0 0.65 0.89 0.69
HSL 16.06º 0.8% 0.17% -
HSV(B) 16.06º 0.89% 0.31% -
XYZ 3.77 2.56 0.55 -
YUV 41.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 80 28 9 0 0.65 0.89 0.69 16.06 0.8 0.17
Hex 50 1C 9 0 41 59 45 10 50 11
Octal 120 34 11 0 101 131 105 20 120 21
Binary 1010000 11100 1001 0 1000001 1011001 1000101 10000 1010000 10001

Color Harmonies of #501C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C09

Black with #501C09

Text Example


Text Example

White with #501C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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