Html Css Color HEX #311F0B Cocoa Brown

📋 copy color: '#311F0B'

red 49 ◦ green 31 ◦ blue 11

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

Shades of Cocoa Brown #311F0B

Tints of Cocoa Brown #311F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 53.85%
G = 34.07%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#311F0B (or 0x311F0B) is known color: Cocoa Brown. HEX triplet: 31, 1F and 0B. RGB value is (49,31,11). Sum of RGB (Red+Green+Blue) = 49+31+11=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F0B is #CEE0F4. Grayscale: #222222. Windows color (decimal): -13558005 or 728881. OLE color: 728881.

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

Color convert

RGB 49 31 11 -
CMYK 0 0.37 0.78 0.81
HSL 31.58º 0.63% 0.12% -
HSV(B) 31.58º 0.78% 0.19% -
XYZ 1.82 1.66 0.54 -
YUV 34.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 49 31 11 0 0.37 0.78 0.81 31.58 0.63 0.12
Hex 31 1F B 0 25 4E 51 20 3F C
Octal 61 37 13 0 45 116 121 40 77 14
Binary 110001 11111 1011 0 100101 1001110 1010001 100000 111111 1100

Color Harmonies of #311F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F0B

Black with #311F0B

Text Example


Text Example

White with #311F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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