Html Css Color HEX #311F0C Cocoa Brown

📋 copy color: '#311F0C'

red 49 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #311F0C

Tints of Cocoa Brown #311F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 53.26%
G = 33.7%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#311F0C (or 0x311F0C) is known color: Cocoa Brown. HEX triplet: 31, 1F and 0C. RGB value is (49,31,12). Sum of RGB (Red+Green+Blue) = 49+31+12=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F0C is #CEE0F3. Grayscale: #222222. Windows color (decimal): -13558004 or 794417. OLE color: 794417.

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

Color convert

RGB 49 31 12 -
CMYK 0 0.37 0.76 0.81
HSL 30.81º 0.61% 0.12% -
HSV(B) 30.81º 0.76% 0.19% -
XYZ 1.82 1.66 0.57 -
YUV 34.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 49 31 12 0 0.37 0.76 0.81 30.81 0.61 0.12
Hex 31 1F C 0 25 4C 51 1F 3D C
Octal 61 37 14 0 45 114 121 37 75 14
Binary 110001 11111 1100 0 100101 1001100 1010001 11111 111101 1100

Color Harmonies of #311F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F0C

Black with #311F0C

Text Example


Text Example

White with #311F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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