#271C10

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

Shades of Cocoa Brown #271C10

Tints of Cocoa Brown #271C10

Color information

#271C10 (or 0x271C10) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1C and 10. RGB value is (39,28,16). Sum of RGB (Red+Green+Blue) = 39+28+16=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C10 is #D8E3EF. Grayscale: #1D1D1D. Windows color (decimal): -14214128 or 1055783. OLE color: 1055783.

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

Color convert

RGB392816-
CMYK00.280.590.85
HSL31.3º41.82%10.78%-
HSV(B)31.3º58.97%15.29%-
XYZ1.351.30.67-
YUV29.92120.14134.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=46.99%
G=33.73%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39281600.280.590.8531.341.8210.78
Hex271C1001C3B551f2ab
Octal47342003473125375213
Binary10011111100100000111001110111010101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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