#271D0E

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

Shades of Cocoa Brown #271D0E

Tints of Cocoa Brown #271D0E

Color information

#271D0E (or 0x271D0E) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1D and 0E. RGB value is (39,29,14). Sum of RGB (Red+Green+Blue) = 39+29+14=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D0E is #D8E2F1. Grayscale: #1E1E1E. Windows color (decimal): -14213874 or 924967. OLE color: 924967.

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

Color convert

RGB392914-
CMYK00.260.640.85
HSL36º47.17%10.39%-
HSV(B)36º64.1%15.29%-
XYZ1.361.340.6-
YUV30.28118.81134.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=47.56%
G=35.37%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39291400.260.640.853647.1710.39
Hex271DE01A4055242fa
Octal473516032100125445712
Binary100111111011110011010100000010101011001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,14); }

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

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

 a { background-color: rgb(39,29,14); }

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

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

 span { border-color: rgb(39,29,14); }

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