#271E12

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

Shades of Cocoa Brown #271E12

Tints of Cocoa Brown #271E12

Color information

#271E12 (or 0x271E12) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1E and 12. RGB value is (39,30,18). Sum of RGB (Red+Green+Blue) = 39+30+18=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E12 is #D8E1ED. Grayscale: #1F1F1F. Windows color (decimal): -14213614 or 1187367. OLE color: 1187367.

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

Color convert

RGB393018-
CMYK00.230.540.85
HSL34.29º36.84%11.18%-
HSV(B)34.29º53.85%15.29%-
XYZ1.411.40.77-
YUV31.32120.48133.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=44.83%
G=34.48%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39301800.230.540.8534.2936.8411.18
Hex271E1201736552225b
Octal47362202766125424513
Binary100111111101001001011111011010101011000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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