Html Css Color HEX #311407 Brown Pod

📋 copy color: '#311407'

red 49 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #311407

Tints of Brown Pod #311407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

 BLUE value IS 7 (3.13% from 255) = 9.21%

R = 64.47%
G = 26.32%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#311407 (or 0x311407) is known color: Brown Pod. HEX triplet: 31, 14 and 07. RGB value is (49,20,7). Sum of RGB (Red+Green+Blue) = 49+20+7=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311407 is #CEEBF8. Grayscale: #1B1B1B. Windows color (decimal): -13560825 or 463921. OLE color: 463921.

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

Color convert

RGB 49 20 7 -
CMYK 0 0.59 0.86 0.81
HSL 18.57º 0.75% 0.11% -
HSV(B) 18.57º 0.86% 0.19% -
XYZ 1.56 1.17 0.34 -
YUV 27.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 49 20 7 0 0.59 0.86 0.81 18.57 0.75 0.11
Hex 31 14 7 0 3B 56 51 13 4B B
Octal 61 24 7 0 73 126 121 23 113 13
Binary 110001 10100 111 0 111011 1010110 1010001 10011 1001011 1011

Color Harmonies of #311407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311407

Black with #311407

Text Example


Text Example

White with #311407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311407; }

 p { color: rgb(49,20,7); }

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

background-color css

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

 a { background-color: rgb(49,20,7); }

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

border-color css

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

 span { border-color: rgb(49,20,7); }

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