#1C0F01

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

Shades of Cocoa Brown #1C0F01

Tints of Cocoa Brown #1C0F01

Color information

#1C0F01 (or 0x1C0F01) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 0F and 01. RGB value is (28,15,1). Sum of RGB (Red+Green+Blue) = 28+15+1=44 (5% of max value = 765). Red value is 28 (11.33% from 255 or 63.64% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F01 is #E3F0FE. Grayscale: #111111. Windows color (decimal): -14938367 or 69404. OLE color: 69404.

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

Color convert

RGB28151-
CMYK00.460.960.89
HSL31.11º93.1%5.69%-
HSV(B)31.11º96.43%10.98%-
XYZ0.660.590.11-
YUV17.29118.81135.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 63.64%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=63.64%
G=34.09%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2815100.460.960.8931.1193.15.69
Hex1CF102E60591f5d6
Octal34171056140131371356
Binary1110011111010111011000001011001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,1); }

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

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

 a { background-color: rgb(28,15,1); }

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

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

 span { border-color: rgb(28,15,1); }

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