Html Css Color HEX #311909 Brown Pod

📋 copy color: '#311909'

red 49 ◦ green 25 ◦ blue 9

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

Shades of Brown Pod #311909

Tints of Brown Pod #311909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

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

R = 59.04%
G = 30.12%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#311909 (or 0x311909) is known color: Brown Pod. HEX triplet: 31, 19 and 09. RGB value is (49,25,9). Sum of RGB (Red+Green+Blue) = 49+25+9=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311909 is #CEE6F6. Grayscale: #1E1E1E. Windows color (decimal): -13559543 or 596273. OLE color: 596273.

HSL color Cylindrical-coordinate representation of color #311909: hue angle of 24º 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 #311909 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 9 -
CMYK 0 0.49 0.82 0.81
HSL 24º 0.69% 0.11% -
HSV(B) 24º 0.82% 0.19% -
XYZ 1.66 1.37 0.43 -
YUV 30.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 49 25 9 0 0.49 0.82 0.81 24 0.69 0.11
Hex 31 19 9 0 31 52 51 18 45 B
Octal 61 31 11 0 61 122 121 30 105 13
Binary 110001 11001 1001 0 110001 1010010 1010001 11000 1000101 1011

Color Harmonies of #311909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311909

Black with #311909

Text Example


Text Example

White with #311909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311909; }

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

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

background-color css

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

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

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

border-color css

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

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

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