#281701

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

Shades of Cocoa Brown #281701

Tints of Cocoa Brown #281701

Color information

#281701 (or 0x281701) is unknown color: approx Cocoa Brown. HEX triplet: 28, 17 and 01. RGB value is (40,23,1). Sum of RGB (Red+Green+Blue) = 40+23+1=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #281701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281701 is #D7E8FE. Grayscale: #191919. Windows color (decimal): -14149887 or 71464. OLE color: 71464.

HSL color Cylindrical-coordinate representation of color #281701: hue angle of 33.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #281701 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB40231-
CMYK00.430.980.84
HSL33.85º95.12%8.04%-
HSV(B)33.85º97.5%15.69%-
XYZ1.191.070.17-
YUV25.58114.13138.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=62.5%
G=35.94%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023100.430.980.8433.8595.128.04
Hex2817102B6254225f8
Octal502710531421244213710
Binary10100010111101010111100010101010010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281701; }

 p { color: rgb(40,23,1); }

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

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

 a { background-color: rgb(40,23,1); }

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

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

 span { border-color: rgb(40,23,1); }

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