#281C10

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

Shades of Cocoa Brown #281C10

Tints of Cocoa Brown #281C10

Color information

#281C10 (or 0x281C10) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 10. RGB value is (40,28,16). Sum of RGB (Red+Green+Blue) = 40+28+16=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C10 is #D7E3EF. Grayscale: #1E1E1E. Windows color (decimal): -14148592 or 1055784. OLE color: 1055784.

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

Color convert

RGB402816-
CMYK00.300.600.84
HSL30º42.86%10.98%-
HSV(B)30º60%15.69%-
XYZ1.381.320.67-
YUV30.22119.98134.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=47.62%
G=33.33%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281600.300.600.843042.8610.98
Hex281C1001E3C541e2bb
Octal50342003674124365313
Binary10100011100100000111101111001010100111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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