#261201

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

Shades of Cocoa Brown #261201

Tints of Cocoa Brown #261201

Color information

#261201 (or 0x261201) is unknown color: approx Cocoa Brown. HEX triplet: 26, 12 and 01. RGB value is (38,18,1). Sum of RGB (Red+Green+Blue) = 38+18+1=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #261201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261201 is #D9EDFE. Grayscale: #161616. Windows color (decimal): -14282239 or 70182. OLE color: 70182.

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

Color convert

RGB38181-
CMYK00.530.970.85
HSL27.57º94.87%7.65%-
HSV(B)27.57º97.37%14.9%-
XYZ1.020.850.14-
YUV22.04116.13139.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 1 (0.78% from 255) = 1.75%
R=66.67%
G=31.58%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3818100.530.970.8527.5794.877.65
Hex2612103561551c5f8
Octal462210651411253413710
Binary1001101001010110101110000110101011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261201; }

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

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

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

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

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

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

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

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