#271B08

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

Shades of Cocoa Brown #271B08

Tints of Cocoa Brown #271B08

Color information

#271B08 (or 0x271B08) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 08. RGB value is (39,27,8). Sum of RGB (Red+Green+Blue) = 39+27+8=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B08 is #D8E4F7. Grayscale: #1C1C1C. Windows color (decimal): -14214392 or 531239. OLE color: 531239.

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

Color convert

RGB39278-
CMYK00.310.790.85
HSL36.77º65.96%9.22%-
HSV(B)36.77º79.49%15.29%-
XYZ1.271.230.4-
YUV28.42116.48135.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=52.70%
G=36.49%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3927800.310.790.8536.7765.969.22
Hex271B801F4F5525429
Octal4733100371171254510211
Binary1001111101110000111111001111101010110010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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