Html Css Color HEX #311B0C Cocoa Brown

📋 copy color: '#311B0C'

red 49 ◦ green 27 ◦ blue 12

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

Shades of Cocoa Brown #311B0C

Tints of Cocoa Brown #311B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.68%

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

R = 55.68%
G = 30.68%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#311B0C (or 0x311B0C) is known color: Cocoa Brown. HEX triplet: 31, 1B and 0C. RGB value is (49,27,12). Sum of RGB (Red+Green+Blue) = 49+27+12=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B0C is #CEE4F3. Grayscale: #1F1F1F. Windows color (decimal): -13559028 or 793393. OLE color: 793393.

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

Color convert

RGB 49 27 12 -
CMYK 0 0.45 0.76 0.81
HSL 24.32º 0.61% 0.12% -
HSV(B) 24.32º 0.76% 0.19% -
XYZ 1.72 1.46 0.54 -
YUV 31.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 49 27 12 0 0.45 0.76 0.81 24.32 0.61 0.12
Hex 31 1B C 0 2D 4C 51 18 3D C
Octal 61 33 14 0 55 114 121 30 75 14
Binary 110001 11011 1100 0 101101 1001100 1010001 11000 111101 1100

Color Harmonies of #311B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B0C

Black with #311B0C

Text Example


Text Example

White with #311B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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