#31281F

Color #31281F Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #31281F

Tints of Cocoa Brown #31281F

Color information

#31281F (or 0x31281F) is unknown color: approx Cocoa Brown. HEX triplet: 31, 28 and 1F. RGB value is (49,40,31). Sum of RGB (Red+Green+Blue) = 49+40+31=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #31281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281F is #CED7E0. Grayscale: #292929. Windows color (decimal): -13555681 or 2041905. OLE color: 2041905.

HSL color Cylindrical-coordinate representation of color #31281F: hue angle of 30º degrees, saturation: 0.23, 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 #31281F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB494031-
CMYK00.180.370.81
HSL30º22.5%15.69%-
HSV(B)30º36.73%19.22%-
XYZ2.272.271.61-
YUV41.66121.98133.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=40.83%
G=33.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403100.180.370.813022.515.69
Hex31281F01225511e1610
Octal61503702245121362620
Binary110001101000111110100101001011010001111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31281F;
 }
 .AnyTagClassName
 {
   color: #31281F;
 }
</style>
background-color css

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

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

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

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

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

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