#281B0C

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

Shades of Cocoa Brown #281B0C

Tints of Cocoa Brown #281B0C

Color information

#281B0C (or 0x281B0C) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 0C. RGB value is (40,27,12). Sum of RGB (Red+Green+Blue) = 40+27+12=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0C is #D7E4F3. Grayscale: #1D1D1D. Windows color (decimal): -14148852 or 793384. OLE color: 793384.

HSL color Cylindrical-coordinate representation of color #281B0C: hue angle of 32.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281B0C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402712-
CMYK00.330.700.84
HSL32.14º53.85%10.2%-
HSV(B)32.14º70%15.69%-
XYZ1.331.260.52-
YUV29.18118.31135.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=50.63%
G=34.18%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271200.330.700.8432.1453.8510.2
Hex281BC02146542036a
Octal503314041106124406612
Binary1010001101111000100001100011010101001000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,27,12); }

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

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

 a { background-color: rgb(40,27,12); }

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

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

 span { border-color: rgb(40,27,12); }

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