#271B07

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

Shades of Cocoa Brown #271B07

Tints of Cocoa Brown #271B07

Color information

#271B07 (or 0x271B07) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1B and 07. RGB value is (39,27,7). Sum of RGB (Red+Green+Blue) = 39+27+7=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B07 is #D8E4F8. Grayscale: #1C1C1C. Windows color (decimal): -14214393 or 465703. OLE color: 465703.

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

Color convert

RGB39277-
CMYK00.310.820.85
HSL37.5º69.57%9.02%-
HSV(B)37.5º82.05%15.29%-
XYZ1.271.230.37-
YUV28.31115.98135.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=53.42%
G=36.99%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3927700.310.820.8537.569.579.02
Hex271B701F525526469
Octal473370371221254610611
Binary100111110111110111111010010101010110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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