Html Css Color HEX #31271F Cocoa Brown

📋 copy color: '#31271F'

red 49 ◦ green 39 ◦ blue 31

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

Shades of Cocoa Brown #31271F

Tints of Cocoa Brown #31271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 41.18%
G = 32.77%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#31271F (or 0x31271F) is known color: Cocoa Brown. HEX triplet: 31, 27 and 1F. RGB value is (49,39,31). Sum of RGB (Red+Green+Blue) = 49+39+31=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271F is #CED8E0. Grayscale: #292929. Windows color (decimal): -13555937 or 2041649. OLE color: 2041649.

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

Color convert

RGB 49 39 31 -
CMYK 0 0.20 0.37 0.81
HSL 26.67º 0.23% 0.16% -
HSV(B) 26.67º 0.37% 0.19% -
XYZ 2.24 2.2 1.6 -
YUV 41.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 49 39 31 0 0.20 0.37 0.81 26.67 0.23 0.16
Hex 31 27 1F 0 14 25 51 1B 16 10
Octal 61 47 37 0 24 45 121 33 26 20
Binary 110001 100111 11111 0 10100 100101 1010001 11011 10110 10000

Color Harmonies of #31271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31271F

Black with #31271F

Text Example


Text Example

White with #31271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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