#271A0D

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

Shades of Cocoa Brown #271A0D

Tints of Cocoa Brown #271A0D

Color information

#271A0D (or 0x271A0D) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 0D. RGB value is (39,26,13). Sum of RGB (Red+Green+Blue) = 39+26+13=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A0D is #D8E5F2. Grayscale: #1C1C1C. Windows color (decimal): -14214643 or 858663. OLE color: 858663.

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

Color convert

RGB392613-
CMYK00.330.670.85
HSL30º50%10.2%-
HSV(B)30º66.67%15.29%-
XYZ1.281.20.54-
YUV28.4119.31135.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39261300.330.670.85305010.2
Hex271AD02143551e32a
Octal473215041103125366212
Binary100111110101101010000110000111010101111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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