#311A02

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

Shades of Cocoa Brown #311A02

Tints of Cocoa Brown #311A02

Color information

#311A02 (or 0x311A02) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 02. RGB value is (49,26,2). Sum of RGB (Red+Green+Blue) = 49+26+2=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A02 is #CEE5FD. Grayscale: #1E1E1E. Windows color (decimal): -13559294 or 137777. OLE color: 137777.

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

Color convert

RGB49262-
CMYK00.470.960.81
HSL30.64º92.16%10%-
HSV(B)30.64º95.92%19.22%-
XYZ1.651.40.24-
YUV30.14112.12141.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=63.64%
G=33.77%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926200.470.960.8130.6492.1610
Hex311A202F60511f5ca
Octal613220571401213713412
Binary11000111010100101111110000010100011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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