#1A1002

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

Shades of Cocoa Brown #1A1002

Tints of Cocoa Brown #1A1002

Color information

#1A1002 (or 0x1A1002) is unknown color: approx Cocoa Brown. HEX triplet: 1A, 10 and 02. RGB value is (26,16,2). Sum of RGB (Red+Green+Blue) = 26+16+2=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1002 is #E5EFFD. Grayscale: #111111. Windows color (decimal): -15069182 or 135194. OLE color: 135194.

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

Color convert

RGB26162-
CMYK00.380.920.90
HSL35º85.71%5.49%-
HSV(B)35º92.31%10.2%-
XYZ0.620.590.14-
YUV17.39119.31134.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=59.09%
G=36.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2616200.380.920.903585.715.49
Hex1A1020265C5A23565
Octal32202046134132431265
Binary1101010000100100110101110010110101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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