Html Css Color HEX #311508 Brown Pod

📋 copy color: '#311508'

red 49 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #311508

Tints of Brown Pod #311508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 62.82%
G = 26.92%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#311508 (or 0x311508) is known color: Brown Pod. HEX triplet: 31, 15 and 08. RGB value is (49,21,8). Sum of RGB (Red+Green+Blue) = 49+21+8=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311508 is #CEEAF7. Grayscale: #1B1B1B. Windows color (decimal): -13560568 or 529713. OLE color: 529713.

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

Color convert

RGB 49 21 8 -
CMYK 0 0.57 0.84 0.81
HSL 19.02º 0.72% 0.11% -
HSV(B) 19.02º 0.84% 0.19% -
XYZ 1.58 1.21 0.38 -
YUV 27.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 49 21 8 0 0.57 0.84 0.81 19.02 0.72 0.11
Hex 31 15 8 0 39 54 51 13 48 B
Octal 61 25 10 0 71 124 121 23 110 13
Binary 110001 10101 1000 0 111001 1010100 1010001 10011 1001000 1011

Color Harmonies of #311508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311508

Black with #311508

Text Example


Text Example

White with #311508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311508; }

 p { color: rgb(49,21,8); }

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

background-color css

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

 a { background-color: rgb(49,21,8); }

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

border-color css

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

 span { border-color: rgb(49,21,8); }

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