#261A0D

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

Shades of Cocoa Brown #261A0D

Tints of Cocoa Brown #261A0D

Color information

#261A0D (or 0x261A0D) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1A and 0D. RGB value is (38,26,13). Sum of RGB (Red+Green+Blue) = 38+26+13=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A0D is #D9E5F2. Grayscale: #1C1C1C. Windows color (decimal): -14280179 or 858662. OLE color: 858662.

HSL color Cylindrical-coordinate representation of color #261A0D: hue angle of 31.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #261A0D is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB382613-
CMYK00.320.660.85
HSL31.2º49.02%10%-
HSV(B)31.2º65.79%14.9%-
XYZ1.241.180.54-
YUV28.11119.48135.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=49.35%
G=33.77%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38261300.320.660.8531.249.0210
Hex261AD02042551f31a
Octal463215040102125376112
Binary100110110101101010000010000101010101111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A0D; }

 p { color: rgb(38,26,13); }

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

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

 a { background-color: rgb(38,26,13); }

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

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

 span { border-color: rgb(38,26,13); }

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