#271A07

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

Shades of Cocoa Brown #271A07

Tints of Cocoa Brown #271A07

Color information

#271A07 (or 0x271A07) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 07. RGB value is (39,26,7). Sum of RGB (Red+Green+Blue) = 39+26+7=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #271A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A07 is #D8E5F8. Grayscale: #1B1B1B. Windows color (decimal): -14214649 or 465447. OLE color: 465447.

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

Color convert

RGB39267-
CMYK00.330.820.85
HSL35.62º69.57%9.02%-
HSV(B)35.62º82.05%15.29%-
XYZ1.241.190.36-
YUV27.72116.31136.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=54.17%
G=36.11%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926700.330.820.8535.6269.579.02
Hex271A7021525524469
Octal473270411221254410611
Binary1001111101011101000011010010101010110010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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