#261900

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

Shades of Cocoa Brown #261900

Tints of Cocoa Brown #261900

Color information

#261900 (or 0x261900) is unknown color: approx Cocoa Brown. HEX triplet: 26, 19 and 00. RGB value is (38,25,0). Sum of RGB (Red+Green+Blue) = 38+25+0=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261900 is #D9E6FF. Grayscale: #1A1A1A. Windows color (decimal): -14280448 or 6438. OLE color: 6438.

HSL color Cylindrical-coordinate representation of color #261900: hue angle of 39.47º 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 #261900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB38250-
CMYK00.3410.85
HSL39.47º100%7.45%-
HSV(B)39.47º100%14.9%-
XYZ1.151.110.15-
YUV26.04113.31136.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.32%
G=39.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3825000.3410.8539.471007.45
Hex26190022645527647
Octal46310042144125471447
Binary1001101100100100010110010010101011001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261900; }

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

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

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

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

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

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

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

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