#281700

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

Shades of Cocoa Brown #281700

Tints of Cocoa Brown #281700

Color information

#281700 (or 0x281700) is unknown color: approx Cocoa Brown. HEX triplet: 28, 17 and 00. RGB value is (40,23,0). Sum of RGB (Red+Green+Blue) = 40+23+0=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281700 is #D7E8FF. Grayscale: #191919. Windows color (decimal): -14149888 or 5928. OLE color: 5928.

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

Color convert

RGB40230-
CMYK00.4310.84
HSL34.5º100%7.84%-
HSV(B)34.5º100%15.69%-
XYZ1.181.060.14-
YUV25.46113.63138.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.49%
G=36.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4023000.4310.8434.51007.84
Hex2817002B645422648
Octal502700531441244214410
Binary10100010111001010111100100101010010001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281700; }

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

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

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

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

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

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

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

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