Html Css Color HEX #311305 Brown Pod

📋 copy color: '#311305'

red 49 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #311305

Tints of Brown Pod #311305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 5 (2.34% from 255) = 6.85%

R = 67.12%
G = 26.03%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#311305 (or 0x311305) is known color: Brown Pod. HEX triplet: 31, 13 and 05. RGB value is (49,19,5). Sum of RGB (Red+Green+Blue) = 49+19+5=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311305 is #CEECFA. Grayscale: #1A1A1A. Windows color (decimal): -13561083 or 332593. OLE color: 332593.

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

Color convert

RGB 49 19 5 -
CMYK 0 0.61 0.90 0.81
HSL 19.09º 0.81% 0.11% -
HSV(B) 19.09º 0.9% 0.19% -
XYZ 1.53 1.13 0.28 -
YUV 26.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 49 19 5 0 0.61 0.90 0.81 19.09 0.81 0.11
Hex 31 13 5 0 3D 5A 51 13 51 B
Octal 61 23 5 0 75 132 121 23 121 13
Binary 110001 10011 101 0 111101 1011010 1010001 10011 1010001 1011

Color Harmonies of #311305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311305

Black with #311305

Text Example


Text Example

White with #311305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311305; }

 p { color: rgb(49,19,5); }

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

background-color css

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

 a { background-color: rgb(49,19,5); }

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

border-color css

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

 span { border-color: rgb(49,19,5); }

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