#271F16

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

Shades of Cocoa Brown #271F16

Tints of Cocoa Brown #271F16

Color information

#271F16 (or 0x271F16) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1F and 16. RGB value is (39,31,22). Sum of RGB (Red+Green+Blue) = 39+31+22=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F16 is #D8E0E9. Grayscale: #202020. Windows color (decimal): -14213354 or 1449767. OLE color: 1449767.

HSL color Cylindrical-coordinate representation of color #271F16: hue angle of 31.76º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271F16 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.85.

Color convert

RGB393122-
CMYK00.210.440.85
HSL31.76º27.87%11.96%-
HSV(B)31.76º43.59%15.29%-
XYZ1.471.470.97-
YUV32.37122.15132.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=42.39%
G=33.70%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39312200.210.440.8531.7627.8711.96
Hex271F160152C55201cc
Octal47372602554125403414
Binary10011111111101100101011011001010101100000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,22); }

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

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

 a { background-color: rgb(39,31,22); }

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

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

 span { border-color: rgb(39,31,22); }

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