Html Css Color HEX #31271D Cocoa Brown

📋 copy color: '#31271D'

red 49 ◦ green 39 ◦ blue 29

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

Shades of Cocoa Brown #31271D

Tints of Cocoa Brown #31271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 41.88%
G = 33.33%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#31271D (or 0x31271D) is known color: Cocoa Brown. HEX triplet: 31, 27 and 1D. RGB value is (49,39,29). Sum of RGB (Red+Green+Blue) = 49+39+29=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271D is #CED8E2. Grayscale: #282828. Windows color (decimal): -13555939 or 1910577. OLE color: 1910577.

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

Color convert

RGB 49 39 29 -
CMYK 0 0.20 0.41 0.81
HSL 30º 0.26% 0.15% -
HSV(B) 30º 0.41% 0.19% -
XYZ 2.21 2.19 1.47 -
YUV 40.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 49 39 29 0 0.20 0.41 0.81 30 0.26 0.15
Hex 31 27 1D 0 14 29 51 1E 1A F
Octal 61 47 35 0 24 51 121 36 32 17
Binary 110001 100111 11101 0 10100 101001 1010001 11110 11010 1111

Color Harmonies of #31271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31271D

Black with #31271D

Text Example


Text Example

White with #31271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31271D; }

 p { color: rgb(49,39,29); }

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

background-color css

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

 a { background-color: rgb(49,39,29); }

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

border-color css

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

 span { border-color: rgb(49,39,29); }

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