#1A1001

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

Shades of Cocoa Brown #1A1001

Tints of Cocoa Brown #1A1001

Color information

#1A1001 (or 0x1A1001) is unknown color: approx Cocoa Brown. HEX triplet: 1A, 10 and 01. RGB value is (26,16,1). Sum of RGB (Red+Green+Blue) = 26+16+1=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1001 is #E5EFFE. Grayscale: #111111. Windows color (decimal): -15069183 or 69658. OLE color: 69658.

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

Color convert

RGB26161-
CMYK00.380.960.90
HSL36º92.59%5.29%-
HSV(B)36º96.15%10.2%-
XYZ0.620.590.11-
YUV17.28118.81134.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 60.47%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=60.47%
G=37.21%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2616100.380.960.903692.595.29
Hex1A101026605A245d5
Octal32201046140132441355
Binary110101000010100110110000010110101001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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