#1C0F00

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

Shades of Cocoa Brown #1C0F00

Tints of Cocoa Brown #1C0F00

Color information

#1C0F00 (or 0x1C0F00) is unknown color: approx Cocoa Brown. HEX triplet: 1C, 0F and 00. RGB value is (28,15,0). Sum of RGB (Red+Green+Blue) = 28+15+0=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F00 is #E3F0FF. Grayscale: #111111. Windows color (decimal): -14938368 or 3868. OLE color: 3868.

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

Color convert

RGB28150-
CMYK00.4610.89
HSL32.14º100%5.49%-
HSV(B)32.14º100%10.98%-
XYZ0.650.590.08-
YUV17.18118.31135.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 65.12%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.12%
G=34.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2815000.4610.8932.141005.49
Hex1CF002E645920645
Octal34170056144131401445
Binary11100111100101110110010010110011000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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