Html Css Color HEX #311912 Brown Pod

📋 copy color: '#311912'

red 49 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #311912

Tints of Brown Pod #311912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 53.26%
G = 27.17%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311912 (or 0x311912) is known color: Brown Pod. HEX triplet: 31, 19 and 12. RGB value is (49,25,18). Sum of RGB (Red+Green+Blue) = 49+25+18=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311912 is #CEE6ED. Grayscale: #1F1F1F. Windows color (decimal): -13559534 or 1186097. OLE color: 1186097.

HSL color Cylindrical-coordinate representation of color #311912: hue angle of 13.55º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311912 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 18 -
CMYK 0 0.49 0.63 0.81
HSL 13.55º 0.46% 0.13% -
HSV(B) 13.55º 0.63% 0.19% -
XYZ 1.72 1.39 0.75 -
YUV 31.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 49 25 18 0 0.49 0.63 0.81 13.55 0.46 0.13
Hex 31 19 12 0 31 3F 51 E 2E D
Octal 61 31 22 0 61 77 121 16 56 15
Binary 110001 11001 10010 0 110001 111111 1010001 1110 101110 1101

Color Harmonies of #311912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311912

Black with #311912

Text Example


Text Example

White with #311912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311912; }

 p { color: rgb(49,25,18); }

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

background-color css

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

 a { background-color: rgb(49,25,18); }

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

border-color css

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

 span { border-color: rgb(49,25,18); }

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