Html Css Color HEX #311400 Brown Pod

📋 copy color: '#311400'

red 49 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #311400

Tints of Brown Pod #311400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.01%
G = 28.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311400 (or 0x311400) is known color: Brown Pod. HEX triplet: 31, 14 and 00. RGB value is (49,20,0). Sum of RGB (Red+Green+Blue) = 49+20+0=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311400 is #CEEBFF. Grayscale: #1A1A1A. Windows color (decimal): -13560832 or 5169. OLE color: 5169.

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

Color convert

RGB 49 20 0 -
CMYK 0 0.59 1 0.81
HSL 24.49º 1% 0.1% -
HSV(B) 24.49º 1% 0.19% -
XYZ 1.52 1.15 0.14 -
YUV 26.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 49 20 0 0 0.59 1 0.81 24.49 1 0.1
Hex 31 14 0 0 3B 64 51 18 64 A
Octal 61 24 0 0 73 144 121 30 144 12
Binary 110001 10100 0 0 111011 1100100 1010001 11000 1100100 1010

Color Harmonies of #311400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311400

Black with #311400

Text Example


Text Example

White with #311400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311400; }

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

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

background-color css

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

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

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

border-color css

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

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

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