#31261B

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

Shades of Cocoa Brown #31261B

Tints of Cocoa Brown #31261B

Color information

#31261B (or 0x31261B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 26 and 1B. RGB value is (49,38,27). Sum of RGB (Red+Green+Blue) = 49+38+27=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31261B is #CED9E4. Grayscale: #282828. Windows color (decimal): -13556197 or 1779249. OLE color: 1779249.

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

Color convert

RGB493827-
CMYK00.220.450.81
HSL30º28.95%14.9%-
HSV(B)30º44.9%19.22%-
XYZ2.162.121.33-
YUV40.03120.64134.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=42.98%
G=33.33%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49382700.220.450.813028.9514.9
Hex31261B0162D511e1df
Octal61463302655121363517
Binary11000110011011011010110101101101000111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31261B; }

 p { color: rgb(49,38,27); }

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

<style>
 a { background-color: #31261B; }

 a { background-color: rgb(49,38,27); }

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

<style>
 span { border-color: #31261B; }

 span { border-color: rgb(49,38,27); }

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