#271A04

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

Shades of Cocoa Brown #271A04

Tints of Cocoa Brown #271A04

Color information

#271A04 (or 0x271A04) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 04. RGB value is (39,26,4). Sum of RGB (Red+Green+Blue) = 39+26+4=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #271A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A04 is #D8E5FB. Grayscale: #1B1B1B. Windows color (decimal): -14214652 or 268839. OLE color: 268839.

HSL color Cylindrical-coordinate representation of color #271A04: hue angle of 37.71º 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 #271A04 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB39264-
CMYK00.330.900.85
HSL37.71º81.4%8.43%-
HSV(B)37.71º89.74%15.29%-
XYZ1.231.180.28-
YUV27.38114.81136.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=56.52%
G=37.68%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926400.330.900.8537.7181.48.43
Hex271A40215A5526518
Octal473240411321254612110
Binary1001111101010001000011011010101010110011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A04; }

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

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

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

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

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

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

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

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