#261C0E

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

Shades of Cocoa Brown #261C0E

Tints of Cocoa Brown #261C0E

Color information

#261C0E (or 0x261C0E) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1C and 0E. RGB value is (38,28,14). Sum of RGB (Red+Green+Blue) = 38+28+14=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C0E is #D9E3F1. Grayscale: #1D1D1D. Windows color (decimal): -14279666 or 924710. OLE color: 924710.

HSL color Cylindrical-coordinate representation of color #261C0E: hue angle of 35º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #261C0E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB382814-
CMYK00.260.630.85
HSL35º46.15%10.2%-
HSV(B)35º63.16%14.9%-
XYZ1.291.270.59-
YUV29.39119.31134.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=47.5%
G=35%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38281400.260.630.853546.1510.2
Hex261CE01A3F55232ea
Octal46341603277125435612
Binary10011011100111001101011111110101011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,14); }

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

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

 a { background-color: rgb(38,28,14); }

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

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

 span { border-color: rgb(38,28,14); }

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