Html Css Color HEX #311D0E Cocoa Brown

📋 copy color: '#311D0E'

red 49 ◦ green 29 ◦ blue 14

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

Shades of Cocoa Brown #311D0E

Tints of Cocoa Brown #311D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.52%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 53.26%
G = 31.52%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#311D0E (or 0x311D0E) is known color: Cocoa Brown. HEX triplet: 31, 1D and 0E. RGB value is (49,29,14). Sum of RGB (Red+Green+Blue) = 49+29+14=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D0E is #CEE2F1. Grayscale: #212121. Windows color (decimal): -13558514 or 924977. OLE color: 924977.

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

Color convert

RGB 49 29 14 -
CMYK 0 0.41 0.71 0.81
HSL 25.71º 0.56% 0.12% -
HSV(B) 25.71º 0.71% 0.19% -
XYZ 1.79 1.56 0.62 -
YUV 33.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 49 29 14 0 0.41 0.71 0.81 25.71 0.56 0.12
Hex 31 1D E 0 29 47 51 1A 38 C
Octal 61 35 16 0 51 107 121 32 70 14
Binary 110001 11101 1110 0 101001 1000111 1010001 11010 111000 1100

Color Harmonies of #311D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D0E

Black with #311D0E

Text Example


Text Example

White with #311D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,14); }

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

background-color css

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

 a { background-color: rgb(49,29,14); }

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

border-color css

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

 span { border-color: rgb(49,29,14); }

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