#311A00

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

Shades of Cocoa Brown #311A00

Tints of Cocoa Brown #311A00

Color information

#311A00 (or 0x311A00) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1A and 00. RGB value is (49,26,0). Sum of RGB (Red+Green+Blue) = 49+26+0=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A00 is #CEE5FF. Grayscale: #1E1E1E. Windows color (decimal): -13559296 or 6705. OLE color: 6705.

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

Color convert

RGB49260-
CMYK00.4710.81
HSL31.84º100%9.61%-
HSV(B)31.84º100%19.22%-
XYZ1.641.390.18-
YUV29.91111.12141.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.33%
G=34.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4926000.4710.8131.841009.61
Hex311A002F64512064a
Octal613200571441214014412
Binary11000111010001011111100100101000110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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