#261508

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

Shades of Cocoa Brown #261508

Tints of Cocoa Brown #261508

Color information

#261508 (or 0x261508) is unknown color: approx Cocoa Brown. HEX triplet: 26, 15 and 08. RGB value is (38,21,8). Sum of RGB (Red+Green+Blue) = 38+21+8=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #261508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261508 is #D9EAF7. Grayscale: #181818. Windows color (decimal): -14281464 or 529702. OLE color: 529702.

HSL color Cylindrical-coordinate representation of color #261508: hue angle of 26º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261508 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB38218-
CMYK00.450.790.85
HSL26º65.22%9.02%-
HSV(B)26º78.95%14.9%-
XYZ1.110.970.36-
YUV24.6118.63137.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=56.72%
G=31.34%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3821800.450.790.852665.229.02
Hex2615802D4F551a419
Octal4625100551171253210111
Binary1001101010110000101101100111110101011101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261508; }

 p { color: rgb(38,21,8); }

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

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

 a { background-color: rgb(38,21,8); }

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

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

 span { border-color: rgb(38,21,8); }

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