Html Css Color HEX #311809 Brown Pod

📋 copy color: '#311809'

red 49 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #311809

Tints of Brown Pod #311809

RGB

 RED value IS 49 (19.53% from 255) = 59.76%

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 59.76%
G = 29.27%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#311809 (or 0x311809) is known color: Brown Pod. HEX triplet: 31, 18 and 09. RGB value is (49,24,9). Sum of RGB (Red+Green+Blue) = 49+24+9=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #311809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311809 is #CEE7F6. Grayscale: #1D1D1D. Windows color (decimal): -13559799 or 596017. OLE color: 596017.

HSL color Cylindrical-coordinate representation of color #311809: hue angle of 22.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311809 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 9 -
CMYK 0 0.51 0.82 0.81
HSL 22.5º 0.69% 0.11% -
HSV(B) 22.5º 0.82% 0.19% -
XYZ 1.64 1.33 0.43 -
YUV 29.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 49 24 9 0 0.51 0.82 0.81 22.5 0.69 0.11
Hex 31 18 9 0 33 52 51 16 45 B
Octal 61 30 11 0 63 122 121 26 105 13
Binary 110001 11000 1001 0 110011 1010010 1010001 10110 1000101 1011

Color Harmonies of #311809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311809

Black with #311809

Text Example


Text Example

White with #311809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311809; }

 p { color: rgb(49,24,9); }

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

background-color css

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

 a { background-color: rgb(49,24,9); }

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

border-color css

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

 span { border-color: rgb(49,24,9); }

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