#271A01

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

Shades of Cocoa Brown #271A01

Tints of Cocoa Brown #271A01

Color information

#271A01 (or 0x271A01) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 01. RGB value is (39,26,1). Sum of RGB (Red+Green+Blue) = 39+26+1=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #271A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A01 is #D8E5FE. Grayscale: #1B1B1B. Windows color (decimal): -14214655 or 72231. OLE color: 72231.

HSL color Cylindrical-coordinate representation of color #271A01: hue angle of 39.47º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271A01 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39261-
CMYK00.330.970.85
HSL39.47º95%7.84%-
HSV(B)39.47º97.44%15.29%-
XYZ1.211.170.19-
YUV27.04113.31136.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 59.09%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=59.09%
G=39.39%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926100.330.970.8539.47957.84
Hex271A10216155275f8
Octal473210411411254713710
Binary10011111010101000011100001101010110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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