Html Css Color HEX #312921 Cocoa Brown

📋 copy color: '#312921'

red 49 ◦ green 41 ◦ blue 33

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

Shades of Cocoa Brown #312921

Tints of Cocoa Brown #312921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.33%

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 39.84%
G = 33.33%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312921 (or 0x312921) is known color: Cocoa Brown. HEX triplet: 31, 29 and 21. RGB value is (49,41,33). Sum of RGB (Red+Green+Blue) = 49+41+33=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312921 is #CED6DE. Grayscale: #2A2A2A. Windows color (decimal): -13555423 or 2173233. OLE color: 2173233.

HSL color Cylindrical-coordinate representation of color #312921: hue angle of 30º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312921 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 41 33 -
CMYK 0 0.16 0.33 0.81
HSL 30º 0.2% 0.16% -
HSV(B) 30º 0.33% 0.19% -
XYZ 2.33 2.35 1.77 -
YUV 42.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 49 41 33 0 0.16 0.33 0.81 30 0.2 0.16
Hex 31 29 21 0 10 21 51 1E 14 10
Octal 61 51 41 0 20 41 121 36 24 20
Binary 110001 101001 100001 0 10000 100001 1010001 11110 10100 10000

Color Harmonies of #312921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312921

Black with #312921

Text Example


Text Example

White with #312921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312921; }

 p { color: rgb(49,41,33); }

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

background-color css

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

 a { background-color: rgb(49,41,33); }

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

border-color css

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

 span { border-color: rgb(49,41,33); }

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