Html Css Color HEX #312414 Cocoa Brown

📋 copy color: '#312414'

red 49 ◦ green 36 ◦ blue 20

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

Shades of Cocoa Brown #312414

Tints of Cocoa Brown #312414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.29%

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 46.67%
G = 34.29%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312414 (or 0x312414) is known color: Cocoa Brown. HEX triplet: 31, 24 and 14. RGB value is (49,36,20). Sum of RGB (Red+Green+Blue) = 49+36+20=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312414 is #CEDBEB. Grayscale: #262626. Windows color (decimal): -13556716 or 1319985. OLE color: 1319985.

HSL color Cylindrical-coordinate representation of color #312414: hue angle of 33.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312414 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 36 20 -
CMYK 0 0.27 0.59 0.81
HSL 33.1º 0.42% 0.14% -
HSV(B) 33.1º 0.59% 0.19% -
XYZ 2.02 1.97 0.93 -
YUV 38.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 49 36 20 0 0.27 0.59 0.81 33.1 0.42 0.14
Hex 31 24 14 0 1B 3B 51 21 2A E
Octal 61 44 24 0 33 73 121 41 52 16
Binary 110001 100100 10100 0 11011 111011 1010001 100001 101010 1110

Color Harmonies of #312414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312414

Black with #312414

Text Example


Text Example

White with #312414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312414; }

 p { color: rgb(49,36,20); }

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

background-color css

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

 a { background-color: rgb(49,36,20); }

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

border-color css

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

 span { border-color: rgb(49,36,20); }

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