#281C0F

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

Shades of Cocoa Brown #281C0F

Tints of Cocoa Brown #281C0F

Color information

#281C0F (or 0x281C0F) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 0F. RGB value is (40,28,15). Sum of RGB (Red+Green+Blue) = 40+28+15=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0F is #D7E3F0. Grayscale: #1E1E1E. Windows color (decimal): -14148593 or 990248. OLE color: 990248.

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

Color convert

RGB402815-
CMYK00.300.620.84
HSL31.2º45.45%10.78%-
HSV(B)31.2º62.5%15.69%-
XYZ1.381.320.63-
YUV30.11119.48135.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=48.19%
G=33.73%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281500.300.620.8431.245.4510.78
Hex281CF01E3E541f2db
Octal50341703676124375513
Binary1010001110011110111101111101010100111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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