Html Css Color HEX #31210E Cocoa Brown

📋 copy color: '#31210E'

red 49 ◦ green 33 ◦ blue 14

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

Shades of Cocoa Brown #31210E

Tints of Cocoa Brown #31210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.38%

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

R = 51.04%
G = 34.38%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#31210E (or 0x31210E) is known color: Cocoa Brown. HEX triplet: 31, 21 and 0E. RGB value is (49,33,14). Sum of RGB (Red+Green+Blue) = 49+33+14=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210E is #CEDEF1. Grayscale: #232323. Windows color (decimal): -13557490 or 926001. OLE color: 926001.

HSL color Cylindrical-coordinate representation of color #31210E: hue angle of 32.57º 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 #31210E is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 14 -
CMYK 0 0.33 0.71 0.81
HSL 32.57º 0.56% 0.12% -
HSV(B) 32.57º 0.71% 0.19% -
XYZ 1.89 1.77 0.66 -
YUV 35.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 49 33 14 0 0.33 0.71 0.81 32.57 0.56 0.12
Hex 31 21 E 0 21 47 51 21 38 C
Octal 61 41 16 0 41 107 121 41 70 14
Binary 110001 100001 1110 0 100001 1000111 1010001 100001 111000 1100

Color Harmonies of #31210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31210E

Black with #31210E

Text Example


Text Example

White with #31210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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