#271A05

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

Shades of Cocoa Brown #271A05

Tints of Cocoa Brown #271A05

Color information

#271A05 (or 0x271A05) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 05. RGB value is (39,26,5). Sum of RGB (Red+Green+Blue) = 39+26+5=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #271A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A05 is #D8E5FA. Grayscale: #1B1B1B. Windows color (decimal): -14214651 or 334375. OLE color: 334375.

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

Color convert

RGB39265-
CMYK00.330.870.85
HSL37.06º77.27%8.63%-
HSV(B)37.06º87.18%15.29%-
XYZ1.231.180.31-
YUV27.49115.31136.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 55.71%
GREEN value IS 26 (10.55% from 255) = 37.14%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=55.71%
G=37.14%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926500.330.870.8537.0677.278.63
Hex271A50215755254d9
Octal473250411271254511511
Binary1001111101010101000011010111101010110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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