#1A0F00

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

Shades of Cocoa Brown #1A0F00

Tints of Cocoa Brown #1A0F00

Color information

#1A0F00 (or 0x1A0F00) is unknown color: approx Cocoa Brown. HEX triplet: 1A, 0F and 00. RGB value is (26,15,0). Sum of RGB (Red+Green+Blue) = 26+15+0=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F00 is #E5F0FF. Grayscale: #101010. Windows color (decimal): -15069440 or 3866. OLE color: 3866.

HSL color Cylindrical-coordinate representation of color #1A0F00: hue angle of 34.62º 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 #1A0F00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB26150-
CMYK00.4210.90
HSL34.62º100%5.1%-
HSV(B)34.62º100%10.2%-
XYZ0.60.560.08-
YUV16.58118.64134.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 63.41%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.41%
G=36.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2615000.4210.9034.621005.1
Hex1AF002A645A23645
Octal32170052144132431445
Binary11010111100101010110010010110101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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