#261801

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

Shades of Cocoa Brown #261801

Tints of Cocoa Brown #261801

Color information

#261801 (or 0x261801) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 01. RGB value is (38,24,1). Sum of RGB (Red+Green+Blue) = 38+24+1=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261801 is #D9E7FE. Grayscale: #191919. Windows color (decimal): -14280703 or 71718. OLE color: 71718.

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

Color convert

RGB38241-
CMYK00.370.970.85
HSL37.3º94.87%7.65%-
HSV(B)37.3º97.37%14.9%-
XYZ1.131.070.18-
YUV25.56114.14136.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 60.32%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=60.32%
G=38.10%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3824100.370.970.8537.394.877.65
Hex261810256155255f8
Octal463010451411254513710
Binary10011011000101001011100001101010110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261801; }

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

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

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

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

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

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

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

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