#281C0E

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

Shades of Cocoa Brown #281C0E

Tints of Cocoa Brown #281C0E

Color information

#281C0E (or 0x281C0E) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 0E. RGB value is (40,28,14). Sum of RGB (Red+Green+Blue) = 40+28+14=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0E is #D7E3F1. Grayscale: #1E1E1E. Windows color (decimal): -14148594 or 924712. OLE color: 924712.

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

Color convert

RGB402814-
CMYK00.300.650.84
HSL32.31º48.15%10.59%-
HSV(B)32.31º65%15.69%-
XYZ1.371.310.6-
YUV29.99118.98135.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=48.78%
G=34.15%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281400.300.650.8432.3148.1510.59
Hex281CE01E41542030b
Octal503416036101124406013
Binary101000111001110011110100000110101001000001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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