#261401

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

Shades of Cocoa Brown #261401

Tints of Cocoa Brown #261401

Color information

#261401 (or 0x261401) is unknown color: approx Cocoa Brown. HEX triplet: 26, 14 and 01. RGB value is (38,20,1). Sum of RGB (Red+Green+Blue) = 38+20+1=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261401 is #D9EBFE. Grayscale: #171717. Windows color (decimal): -14281727 or 70694. OLE color: 70694.

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

Color convert

RGB38201-
CMYK00.470.970.85
HSL30.81º94.87%7.65%-
HSV(B)30.81º97.37%14.9%-
XYZ1.050.910.15-
YUV23.22115.46138.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=64.41%
G=33.90%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3820100.470.970.8530.8194.877.65
Hex2614102F61551f5f8
Octal462410571411253713710
Binary1001101010010101111110000110101011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261401; }

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

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

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

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

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

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

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

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