Html Css Color HEX #311404 Brown Pod

📋 copy color: '#311404'

red 49 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #311404

Tints of Brown Pod #311404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 67.12%
G = 27.4%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#311404 (or 0x311404) is known color: Brown Pod. HEX triplet: 31, 14 and 04. RGB value is (49,20,4). Sum of RGB (Red+Green+Blue) = 49+20+4=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311404 is #CEEBFB. Grayscale: #1A1A1A. Windows color (decimal): -13560828 or 267313. OLE color: 267313.

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

Color convert

RGB 49 20 4 -
CMYK 0 0.59 0.92 0.81
HSL 21.33º 0.85% 0.1% -
HSV(B) 21.33º 0.92% 0.19% -
XYZ 1.54 1.16 0.26 -
YUV 26.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 49 20 4 0 0.59 0.92 0.81 21.33 0.85 0.1
Hex 31 14 4 0 3B 5C 51 15 55 A
Octal 61 24 4 0 73 134 121 25 125 12
Binary 110001 10100 100 0 111011 1011100 1010001 10101 1010101 1010

Color Harmonies of #311404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311404

Black with #311404

Text Example


Text Example

White with #311404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311404; }

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

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

background-color css

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

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

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

border-color css

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

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

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