#31241A

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

Shades of Cocoa Brown #31241A

Tints of Cocoa Brown #31241A

Color information

#31241A (or 0x31241A) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 1A. RGB value is (49,36,26). Sum of RGB (Red+Green+Blue) = 49+36+26=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31241A is #CEDBE5. Grayscale: #262626. Windows color (decimal): -13556710 or 1713201. OLE color: 1713201.

HSL color Cylindrical-coordinate representation of color #31241A: hue angle of 26.09º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31241A is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB493626-
CMYK00.270.470.81
HSL26.09º30.67%14.71%-
HSV(B)26.09º46.94%19.22%-
XYZ2.081.991.25-
YUV38.75120.81135.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=44.14%
G=32.43%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362600.270.470.8126.0930.6714.71
Hex31241A01B2F511a1ff
Octal61443203357121323717
Binary11000110010011010011011101111101000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31241A; }

 p { color: rgb(49,36,26); }

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

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

 a { background-color: rgb(49,36,26); }

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

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

 span { border-color: rgb(49,36,26); }

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