#271A0B

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

Shades of Cocoa Brown #271A0B

Tints of Cocoa Brown #271A0B

Color information

#271A0B (or 0x271A0B) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 0B. RGB value is (39,26,11). Sum of RGB (Red+Green+Blue) = 39+26+11=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A0B is #D8E5F4. Grayscale: #1C1C1C. Windows color (decimal): -14214645 or 727591. OLE color: 727591.

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

Color convert

RGB392611-
CMYK00.330.720.85
HSL32.14º56%9.8%-
HSV(B)32.14º71.79%15.29%-
XYZ1.271.190.48-
YUV28.18118.31135.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=51.32%
G=34.21%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39261100.330.720.8532.14569.8
Hex271AB02148552038a
Octal473213041110125407012
Binary1001111101010110100001100100010101011000001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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