#281C12

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

Shades of Cocoa Brown #281C12

Tints of Cocoa Brown #281C12

Color information

#281C12 (or 0x281C12) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 12. RGB value is (40,28,18). Sum of RGB (Red+Green+Blue) = 40+28+18=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C12 is #D7E3ED. Grayscale: #1E1E1E. Windows color (decimal): -14148590 or 1186856. OLE color: 1186856.

HSL color Cylindrical-coordinate representation of color #281C12: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281C12 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB402818-
CMYK00.300.550.84
HSL27.27º37.93%11.37%-
HSV(B)27.27º55%15.69%-
XYZ1.41.330.75-
YUV30.45120.98134.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=46.51%
G=32.56%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281800.300.550.8427.2737.9311.37
Hex281C1201E37541b26b
Octal50342203667124334613
Binary10100011100100100111101101111010100110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C12; }

 p { color: rgb(40,28,18); }

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

<style>
 a { background-color: #281C12; }

 a { background-color: rgb(40,28,18); }

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

<style>
 span { border-color: #281C12; }

 span { border-color: rgb(40,28,18); }

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