#311A01

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

Shades of Cocoa Brown #311A01

Tints of Cocoa Brown #311A01

Color information

#311A01 (or 0x311A01) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 01. RGB value is (49,26,1). Sum of RGB (Red+Green+Blue) = 49+26+1=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A01 is #CEE5FE. Grayscale: #1E1E1E. Windows color (decimal): -13559295 or 72241. OLE color: 72241.

HSL color Cylindrical-coordinate representation of color #311A01: hue angle of 31.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311A01 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49261-
CMYK00.470.980.81
HSL31.25º96%9.8%-
HSV(B)31.25º97.96%19.22%-
XYZ1.641.390.21-
YUV30.03111.62141.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=64.47%
G=34.21%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926100.470.980.8131.25969.8
Hex311A102F62511f60a
Octal613210571421213714012
Binary1100011101010101111110001010100011111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A01; }

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

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

<style>
 a { background-color: #311A01; }

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

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

<style>
 span { border-color: #311A01; }

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

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