Html Css Color HEX #311F12 Cocoa Brown

📋 copy color: '#311F12'

red 49 ◦ green 31 ◦ blue 18

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

Shades of Cocoa Brown #311F12

Tints of Cocoa Brown #311F12

RGB

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

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

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

R = 50%
G = 31.63%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311F12 (or 0x311F12) is known color: Cocoa Brown. HEX triplet: 31, 1F and 12. RGB value is (49,31,18). Sum of RGB (Red+Green+Blue) = 49+31+18=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F12 is #CEE0ED. Grayscale: #222222. Windows color (decimal): -13557998 or 1187633. OLE color: 1187633.

HSL color Cylindrical-coordinate representation of color #311F12: hue angle of 25.16º 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 #311F12 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 18 -
CMYK 0 0.37 0.63 0.81
HSL 25.16º 0.46% 0.13% -
HSV(B) 25.16º 0.63% 0.19% -
XYZ 1.87 1.68 0.8 -
YUV 34.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 49 31 18 0 0.37 0.63 0.81 25.16 0.46 0.13
Hex 31 1F 12 0 25 3F 51 19 2E D
Octal 61 37 22 0 45 77 121 31 56 15
Binary 110001 11111 10010 0 100101 111111 1010001 11001 101110 1101

Color Harmonies of #311F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F12

Black with #311F12

Text Example


Text Example

White with #311F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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