Html Css Color HEX #501B08 Brown Pod

📋 copy color: '#501B08'

red 80 ◦ green 27 ◦ blue 8

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

Shades of Brown Pod #501B08

Tints of Brown Pod #501B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.48%

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 69.57%
G = 23.48%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#501B08 (or 0x501B08) is known color: Brown Pod. HEX triplet: 50, 1B and 08. RGB value is (80,27,8). Sum of RGB (Red+Green+Blue) = 80+27+8=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B08 is #AFE4F7. Grayscale: #282828. Windows color (decimal): -11527416 or 531280. OLE color: 531280.

HSL color Cylindrical-coordinate representation of color #501B08: hue angle of 15.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501B08 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 8 -
CMYK 0 0.66 0.90 0.69
HSL 15.83º 0.82% 0.17% -
HSV(B) 15.83º 0.9% 0.31% -
XYZ 3.74 2.51 0.52 -
YUV 40.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 80 27 8 0 0.66 0.90 0.69 15.83 0.82 0.17
Hex 50 1B 8 0 42 5A 45 10 52 11
Octal 120 33 10 0 102 132 105 20 122 21
Binary 1010000 11011 1000 0 1000010 1011010 1000101 10000 1010010 10001

Color Harmonies of #501B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B08

Black with #501B08

Text Example


Text Example

White with #501B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,8); }

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

background-color css

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

 a { background-color: rgb(80,27,8); }

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

border-color css

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

 span { border-color: rgb(80,27,8); }

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