#271A0A

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

Shades of Cocoa Brown #271A0A

Tints of Cocoa Brown #271A0A

Color information

#271A0A (or 0x271A0A) is unknown color: approx Cocoa Brown. HEX triplet: 27, 1A and 0A. RGB value is (39,26,10). Sum of RGB (Red+Green+Blue) = 39+26+10=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A0A is #D8E5F5. Grayscale: #1C1C1C. Windows color (decimal): -14214646 or 662055. OLE color: 662055.

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

Color convert

RGB392610-
CMYK00.330.740.85
HSL33.1º59.18%9.61%-
HSV(B)33.1º74.36%15.29%-
XYZ1.261.190.45-
YUV28.06117.81135.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=52%
G=34.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39261000.330.740.8533.159.189.61
Hex271AA0214A55213ba
Octal473212041112125417312
Binary1001111101010100100001100101010101011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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