#261B11

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

Shades of Cocoa Brown #261B11

Tints of Cocoa Brown #261B11

Color information

#261B11 (or 0x261B11) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1B and 11. RGB value is (38,27,17). Sum of RGB (Red+Green+Blue) = 38+27+17=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B11 is #D9E4EE. Grayscale: #1D1D1D. Windows color (decimal): -14279919 or 1121062. OLE color: 1121062.

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

Color convert

RGB382717-
CMYK00.290.550.85
HSL28.57º38.18%10.78%-
HSV(B)28.57º55.26%14.9%-
XYZ1.291.240.7-
YUV29.15121.14134.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=46.34%
G=32.93%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38271700.290.550.8528.5738.1810.78
Hex261B1101D37551d26b
Octal46332103567125354613
Binary10011011011100010111011101111010101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,27,17); }

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

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

 a { background-color: rgb(38,27,17); }

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

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

 span { border-color: rgb(38,27,17); }

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