#281C0D

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

Shades of Cocoa Brown #281C0D

Tints of Cocoa Brown #281C0D

Color information

#281C0D (or 0x281C0D) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 0D. RGB value is (40,28,13). Sum of RGB (Red+Green+Blue) = 40+28+13=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0D is #D7E3F2. Grayscale: #1D1D1D. Windows color (decimal): -14148595 or 859176. OLE color: 859176.

HSL color Cylindrical-coordinate representation of color #281C0D: hue angle of 33.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281C0D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB402813-
CMYK00.300.670.84
HSL33.33º50.94%10.39%-
HSV(B)33.33º67.5%15.69%-
XYZ1.361.310.56-
YUV29.88118.48135.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=49.38%
G=34.57%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281300.300.670.8433.3350.9410.39
Hex281CD01E43542133a
Octal503415036103124416312
Binary101000111001101011110100001110101001000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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