Html Css Color HEX #311F13 Cocoa Brown

📋 copy color: '#311F13'

red 49 ◦ green 31 ◦ blue 19

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

Shades of Cocoa Brown #311F13

Tints of Cocoa Brown #311F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.31%

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 49.49%
G = 31.31%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311F13 (or 0x311F13) is known color: Cocoa Brown. HEX triplet: 31, 1F and 13. RGB value is (49,31,19). Sum of RGB (Red+Green+Blue) = 49+31+19=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F13 is #CEE0EC. Grayscale: #232323. Windows color (decimal): -13557997 or 1253169. OLE color: 1253169.

HSL color Cylindrical-coordinate representation of color #311F13: hue angle of 24º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311F13 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 19 -
CMYK 0 0.37 0.61 0.81
HSL 24º 0.44% 0.13% -
HSV(B) 24º 0.61% 0.19% -
XYZ 1.87 1.68 0.84 -
YUV 35.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 49 31 19 0 0.37 0.61 0.81 24 0.44 0.13
Hex 31 1F 13 0 25 3D 51 18 2C D
Octal 61 37 23 0 45 75 121 30 54 15
Binary 110001 11111 10011 0 100101 111101 1010001 11000 101100 1101

Color Harmonies of #311F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F13

Black with #311F13

Text Example


Text Example

White with #311F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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