#1B1100

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

Shades of Cocoa Brown #1B1100

Tints of Cocoa Brown #1B1100

Color information

#1B1100 (or 0x1B1100) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 11 and 00. RGB value is (27,17,0). Sum of RGB (Red+Green+Blue) = 27+17+0=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1100 is #E4EEFF. Grayscale: #121212. Windows color (decimal): -15003392 or 4379. OLE color: 4379.

HSL color Cylindrical-coordinate representation of color #1B1100: hue angle of 37.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B1100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB27170-
CMYK00.3710.89
HSL37.78º100%5.29%-
HSV(B)37.78º100%10.59%-
XYZ0.650.630.09-
YUV18.05117.81134.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.36%
G=38.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2717000.3710.8937.781005.29
Hex1B110025645926645
Octal33210045144131461445
Binary110111000100100101110010010110011001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1100; }

 p { color: rgb(27,17,0); }

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

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

 a { background-color: rgb(27,17,0); }

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

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

 span { border-color: rgb(27,17,0); }

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