#261500

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

Shades of Cocoa Brown #261500

Tints of Cocoa Brown #261500

Color information

#261500 (or 0x261500) is unknown color: approx Cocoa Brown. HEX triplet: 26, 15 and 00. RGB value is (38,21,0). Sum of RGB (Red+Green+Blue) = 38+21+0=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261500 is #D9EAFF. Grayscale: #171717. Windows color (decimal): -14281472 or 5414. OLE color: 5414.

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

Color convert

RGB38210-
CMYK00.4510.85
HSL33.16º100%7.45%-
HSV(B)33.16º100%14.9%-
XYZ1.070.950.13-
YUV23.69114.63138.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.41%
G=35.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3821000.4510.8533.161007.45
Hex2615002D645521647
Octal46250055144125411447
Binary1001101010100101101110010010101011000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261500; }

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

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

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

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

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

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

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

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