#271804

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

Shades of Cocoa Brown #271804

Tints of Cocoa Brown #271804

Color information

#271804 (or 0x271804) is unknown color: approx Cocoa Brown. HEX triplet: 27, 18 and 04. RGB value is (39,24,4). Sum of RGB (Red+Green+Blue) = 39+24+4=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #271804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271804 is #D8E7FB. Grayscale: #1A1A1A. Windows color (decimal): -14215164 or 268327. OLE color: 268327.

HSL color Cylindrical-coordinate representation of color #271804: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #271804 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB39244-
CMYK00.380.900.85
HSL34.29º81.4%8.43%-
HSV(B)34.29º89.74%15.29%-
XYZ1.191.090.26-
YUV26.2115.47137.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=58.21%
G=35.82%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3924400.380.900.8534.2981.48.43
Hex271840265A5522518
Octal473040461321254212110
Binary1001111100010001001101011010101010110001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271804; }

 p { color: rgb(39,24,4); }

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

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

 a { background-color: rgb(39,24,4); }

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

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

 span { border-color: rgb(39,24,4); }

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