#311B04

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

Shades of Cocoa Brown #311B04

Tints of Cocoa Brown #311B04

Color information

#311B04 (or 0x311B04) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1B and 04. RGB value is (49,27,4). Sum of RGB (Red+Green+Blue) = 49+27+4=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B04 is #CEE4FB. Grayscale: #1F1F1F. Windows color (decimal): -13559036 or 269105. OLE color: 269105.

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

Color convert

RGB49274-
CMYK00.450.920.81
HSL30.67º84.91%10.39%-
HSV(B)30.67º91.84%19.22%-
XYZ1.681.450.31-
YUV30.96112.79140.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 4 (1.95% from 255) = 5%
R=61.25%
G=33.75%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4927400.450.920.8130.6784.9110.39
Hex311B402D5C511f55a
Octal613340551341213712512
Binary110001110111000101101101110010100011111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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