#271C0D

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

Shades of Cocoa Brown #271C0D

Tints of Cocoa Brown #271C0D

Color information

#271C0D (or 0x271C0D) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1C and 0D. RGB value is (39,28,13). Sum of RGB (Red+Green+Blue) = 39+28+13=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C0D is #D8E3F2. Grayscale: #1D1D1D. Windows color (decimal): -14214131 or 859175. OLE color: 859175.

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

Color convert

RGB392813-
CMYK00.280.670.85
HSL34.62º50%10.2%-
HSV(B)34.62º66.67%15.29%-
XYZ1.321.290.56-
YUV29.58118.64134.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=48.75%
G=35%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39281300.280.670.8534.625010.2
Hex271CD01C43552332a
Octal473415034103125436212
Binary100111111001101011100100001110101011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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