#311802

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

Shades of Cocoa Brown #311802

Tints of Cocoa Brown #311802

Color information

#311802 (or 0x311802) is unknown color: approx Cocoa Brown. HEX triplet: 31, 18 and 02. RGB value is (49,24,2). Sum of RGB (Red+Green+Blue) = 49+24+2=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311802 is #CEE7FD. Grayscale: #1D1D1D. Windows color (decimal): -13559806 or 137265. OLE color: 137265.

HSL color Cylindrical-coordinate representation of color #311802: hue angle of 28.09º 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 #311802 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB49242-
CMYK00.510.960.81
HSL28.09º92.16%10%-
HSV(B)28.09º95.92%19.22%-
XYZ1.61.310.23-
YUV28.97112.78142.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=65.33%
G=32%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924200.510.960.8128.0992.1610
Hex3118203360511c5ca
Octal613020631401213413412
Binary11000111000100110011110000010100011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311802; }

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

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

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

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

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

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

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

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