#261400

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

Shades of Cocoa Brown #261400

Tints of Cocoa Brown #261400

Color information

#261400 (or 0x261400) is unknown color: approx Cocoa Brown. HEX triplet: 26, 14 and 00. RGB value is (38,20,0). Sum of RGB (Red+Green+Blue) = 38+20+0=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #261400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261400 is #D9EBFF. Grayscale: #171717. Windows color (decimal): -14281728 or 5158. OLE color: 5158.

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

Color convert

RGB38200-
CMYK00.4710.85
HSL31.58º100%7.45%-
HSV(B)31.58º100%14.9%-
XYZ1.050.910.12-
YUV23.1114.96138.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.52%
G=34.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3820000.4710.8531.581007.45
Hex2614002F645520647
Octal46240057144125401447
Binary1001101010000101111110010010101011000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261400; }

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

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

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

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

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

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

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

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