#261B0B

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

Shades of Cocoa Brown #261B0B

Tints of Cocoa Brown #261B0B

Color information

#261B0B (or 0x261B0B) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1B and 0B. RGB value is (38,27,11). Sum of RGB (Red+Green+Blue) = 38+27+11=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B0B is #D9E4F4. Grayscale: #1C1C1C. Windows color (decimal): -14279925 or 727846. OLE color: 727846.

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

Color convert

RGB382711-
CMYK00.290.710.85
HSL35.56º55.1%9.61%-
HSV(B)35.56º71.05%14.9%-
XYZ1.251.220.49-
YUV28.46118.14134.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=50%
G=35.53%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38271100.290.710.8535.5655.19.61
Hex261BB01D47552437a
Octal463313035107125446712
Binary100110110111011011101100011110101011001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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