Html Css Color HEX #311E12 Cocoa Brown

📋 copy color: '#311E12'

red 49 ◦ green 30 ◦ blue 18

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

Shades of Cocoa Brown #311E12

Tints of Cocoa Brown #311E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.93%

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

R = 50.52%
G = 30.93%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#311E12 (or 0x311E12) is known color: Cocoa Brown. HEX triplet: 31, 1E and 12. RGB value is (49,30,18). Sum of RGB (Red+Green+Blue) = 49+30+18=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E12 is #CEE1ED. Grayscale: #222222. Windows color (decimal): -13558254 or 1187377. OLE color: 1187377.

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

Color convert

RGB 49 30 18 -
CMYK 0 0.39 0.63 0.81
HSL 23.23º 0.46% 0.13% -
HSV(B) 23.23º 0.63% 0.19% -
XYZ 1.84 1.63 0.79 -
YUV 34.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 49 30 18 0 0.39 0.63 0.81 23.23 0.46 0.13
Hex 31 1E 12 0 27 3F 51 17 2E D
Octal 61 36 22 0 47 77 121 27 56 15
Binary 110001 11110 10010 0 100111 111111 1010001 10111 101110 1101

Color Harmonies of #311E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E12

Black with #311E12

Text Example


Text Example

White with #311E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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