#281C0C

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

Shades of Cocoa Brown #281C0C

Tints of Cocoa Brown #281C0C

Color information

#281C0C (or 0x281C0C) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 0C. RGB value is (40,28,12). Sum of RGB (Red+Green+Blue) = 40+28+12=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0C is #D7E3F3. Grayscale: #1D1D1D. Windows color (decimal): -14148596 or 793640. OLE color: 793640.

HSL color Cylindrical-coordinate representation of color #281C0C: hue angle of 34.29º 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 #281C0C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB402812-
CMYK00.300.700.84
HSL34.29º53.85%10.2%-
HSV(B)34.29º70%15.69%-
XYZ1.361.310.53-
YUV29.76117.98135.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 12 (5.08% from 255) = 15%
R=50%
G=35%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281200.300.700.8434.2953.8510.2
Hex281CC01E46542236a
Octal503414036106124426612
Binary101000111001100011110100011010101001000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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