#261700

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

Shades of Cocoa Brown #261700

Tints of Cocoa Brown #261700

Color information

#261700 (or 0x261700) is unknown color: approx Cocoa Brown. HEX triplet: 26, 17 and 00. RGB value is (38,23,0). Sum of RGB (Red+Green+Blue) = 38+23+0=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #261700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261700 is #D9E8FF. Grayscale: #181818. Windows color (decimal): -14280960 or 5926. OLE color: 5926.

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

Color convert

RGB38230-
CMYK00.3910.85
HSL36.32º100%7.45%-
HSV(B)36.32º100%14.9%-
XYZ1.111.020.14-
YUV24.86113.97137.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 62.30%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.30%
G=37.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3823000.3910.8536.321007.45
Hex26170027645524647
Octal46270047144125441447
Binary1001101011100100111110010010101011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261700; }

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

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

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

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

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

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

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

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