#261301

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

Shades of Cocoa Brown #261301

Tints of Cocoa Brown #261301

Color information

#261301 (or 0x261301) is unknown color: approx Cocoa Brown. HEX triplet: 26, 13 and 01. RGB value is (38,19,1). Sum of RGB (Red+Green+Blue) = 38+19+1=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #261301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261301 is #D9ECFE. Grayscale: #161616. Windows color (decimal): -14281983 or 70438. OLE color: 70438.

HSL color Cylindrical-coordinate representation of color #261301: hue angle of 29.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261301 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB38191-
CMYK00.500.970.85
HSL29.19º94.87%7.65%-
HSV(B)29.19º97.37%14.9%-
XYZ1.040.880.14-
YUV22.63115.79138.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=65.52%
G=32.76%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3819100.500.970.8529.1994.877.65
Hex2613103261551d5f8
Octal462310621411253513710
Binary1001101001110110010110000110101011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261301; }

 p { color: rgb(38,19,1); }

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

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

 a { background-color: rgb(38,19,1); }

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

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

 span { border-color: rgb(38,19,1); }

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