#271A08

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

Shades of Cocoa Brown #271A08

Tints of Cocoa Brown #271A08

Color information

#271A08 (or 0x271A08) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 08. RGB value is (39,26,8). Sum of RGB (Red+Green+Blue) = 39+26+8=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A08 is #D8E5F7. Grayscale: #1B1B1B. Windows color (decimal): -14214648 or 530983. OLE color: 530983.

HSL color Cylindrical-coordinate representation of color #271A08: hue angle of 34.84º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271A08 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB39268-
CMYK00.330.790.85
HSL34.84º65.96%9.22%-
HSV(B)34.84º79.49%15.29%-
XYZ1.251.190.39-
YUV27.83116.81135.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=53.42%
G=35.62%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926800.330.790.8534.8465.969.22
Hex271A80214F5523429
Octal4732100411171254310211
Binary10011111010100001000011001111101010110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,8); }

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

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

 a { background-color: rgb(39,26,8); }

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

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

 span { border-color: rgb(39,26,8); }

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