#271D12

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

Shades of Cocoa Brown #271D12

Tints of Cocoa Brown #271D12

Color information

#271D12 (or 0x271D12) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1D and 12. RGB value is (39,29,18). Sum of RGB (Red+Green+Blue) = 39+29+18=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D12 is #D8E2ED. Grayscale: #1E1E1E. Windows color (decimal): -14213870 or 1187111. OLE color: 1187111.

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

Color convert

RGB392918-
CMYK00.260.540.85
HSL31.43º36.84%11.18%-
HSV(B)31.43º53.85%15.29%-
XYZ1.391.350.76-
YUV30.74120.81133.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=45.35%
G=33.72%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39291800.260.540.8531.4336.8411.18
Hex271D1201A36551f25b
Octal47352203266125374513
Binary10011111101100100110101101101010101111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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