Html Css Color HEX #311501 Brown Pod

📋 copy color: '#311501'

red 49 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #311501

Tints of Brown Pod #311501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 69.01%
G = 29.58%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#311501 (or 0x311501) is known color: Brown Pod. HEX triplet: 31, 15 and 01. RGB value is (49,21,1). Sum of RGB (Red+Green+Blue) = 49+21+1=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311501 is #CEEAFE. Grayscale: #1B1B1B. Windows color (decimal): -13560575 or 70961. OLE color: 70961.

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

Color convert

RGB 49 21 1 -
CMYK 0 0.57 0.98 0.81
HSL 25º 0.96% 0.1% -
HSV(B) 25º 0.98% 0.19% -
XYZ 1.54 1.19 0.18 -
YUV 27.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 49 21 1 0 0.57 0.98 0.81 25 0.96 0.1
Hex 31 15 1 0 39 62 51 19 60 A
Octal 61 25 1 0 71 142 121 31 140 12
Binary 110001 10101 1 0 111001 1100010 1010001 11001 1100000 1010

Color Harmonies of #311501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311501

Black with #311501

Text Example


Text Example

White with #311501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311501; }

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

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

background-color css

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

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

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

border-color css

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

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

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