Html Css Color HEX #312314 Cocoa Brown

📋 copy color: '#312314'

red 49 ◦ green 35 ◦ blue 20

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

Shades of Cocoa Brown #312314

Tints of Cocoa Brown #312314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.65%

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

R = 47.12%
G = 33.65%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312314 (or 0x312314) is known color: Cocoa Brown. HEX triplet: 31, 23 and 14. RGB value is (49,35,20). Sum of RGB (Red+Green+Blue) = 49+35+20=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312314 is #CEDCEB. Grayscale: #252525. Windows color (decimal): -13556972 or 1319729. OLE color: 1319729.

HSL color Cylindrical-coordinate representation of color #312314: hue angle of 31.03º 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 #312314 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 20 -
CMYK 0 0.29 0.59 0.81
HSL 31.03º 0.42% 0.14% -
HSV(B) 31.03º 0.59% 0.19% -
XYZ 1.99 1.91 0.92 -
YUV 37.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 49 35 20 0 0.29 0.59 0.81 31.03 0.42 0.14
Hex 31 23 14 0 1D 3B 51 1F 2A E
Octal 61 43 24 0 35 73 121 37 52 16
Binary 110001 100011 10100 0 11101 111011 1010001 11111 101010 1110

Color Harmonies of #312314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312314

Black with #312314

Text Example


Text Example

White with #312314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312314; }

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

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

background-color css

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

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

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

border-color css

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

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

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