#261A10

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

Shades of Cocoa Brown #261A10

Tints of Cocoa Brown #261A10

Color information

#261A10 (or 0x261A10) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1A and 10. RGB value is (38,26,16). Sum of RGB (Red+Green+Blue) = 38+26+16=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A10 is #D9E5EF. Grayscale: #1C1C1C. Windows color (decimal): -14280176 or 1055270. OLE color: 1055270.

HSL color Cylindrical-coordinate representation of color #261A10: hue angle of 27.27º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261A10 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB382616-
CMYK00.320.580.85
HSL27.27º40.74%10.59%-
HSV(B)27.27º57.89%14.9%-
XYZ1.261.190.65-
YUV28.45120.98134.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 16 (6.64% from 255) = 20%
R=47.5%
G=32.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38261600.320.580.8527.2740.7410.59
Hex261A100203A551b29b
Octal46322004072125335113
Binary100110110101000001000001110101010101110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A10; }

 p { color: rgb(38,26,16); }

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

<style>
 a { background-color: #261A10; }

 a { background-color: rgb(38,26,16); }

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

<style>
 span { border-color: #261A10; }

 span { border-color: rgb(38,26,16); }

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