#1B1001

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

Shades of Cocoa Brown #1B1001

Tints of Cocoa Brown #1B1001

Color information

#1B1001 (or 0x1B1001) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 10 and 01. RGB value is (27,16,1). Sum of RGB (Red+Green+Blue) = 27+16+1=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1001 is #E4EFFE. Grayscale: #111111. Windows color (decimal): -15003647 or 69659. OLE color: 69659.

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

Color convert

RGB27161-
CMYK00.410.960.89
HSL34.62º92.86%5.49%-
HSV(B)34.62º96.3%10.59%-
XYZ0.640.610.11-
YUV17.58118.64134.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=61.36%
G=36.36%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2716100.410.960.8934.6292.865.49
Hex1B1010296059235d5
Octal33201051140131431355
Binary110111000010101001110000010110011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,16,1); }

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

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

 a { background-color: rgb(27,16,1); }

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

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

 span { border-color: rgb(27,16,1); }

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