#1A0E00

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

Shades of Cocoa Brown #1A0E00

Tints of Cocoa Brown #1A0E00

Color information

#1A0E00 (or 0x1A0E00) is unknown color: approx Cocoa Brown. HEX triplet: 1A, 0E and 00. RGB value is (26,14,0). Sum of RGB (Red+Green+Blue) = 26+14+0=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E00 is #E5F1FF. Grayscale: #101010. Windows color (decimal): -15069696 or 3610. OLE color: 3610.

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

Color convert

RGB26140-
CMYK00.4610.90
HSL32.31º100%5.1%-
HSV(B)32.31º100%10.2%-
XYZ0.580.530.07-
YUV15.99118.98135.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 14 (5.86% from 255) = 35%
BLUE value IS 0 (0.39% from 255) = 0%
R=65%
G=35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2614000.4610.9032.311005.1
Hex1AE002E645A20645
Octal32160056144132401445
Binary11010111000101110110010010110101000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,0); }

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

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

 a { background-color: rgb(26,14,0); }

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

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

 span { border-color: rgb(26,14,0); }

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