#261A0C

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

Shades of Cocoa Brown #261A0C

Tints of Cocoa Brown #261A0C

Color information

#261A0C (or 0x261A0C) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1A and 0C. RGB value is (38,26,12). Sum of RGB (Red+Green+Blue) = 38+26+12=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A0C is #D9E5F3. Grayscale: #1C1C1C. Windows color (decimal): -14280180 or 793126. OLE color: 793126.

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

Color convert

RGB382612-
CMYK00.320.680.85
HSL32.31º52%9.8%-
HSV(B)32.31º68.42%14.9%-
XYZ1.241.180.51-
YUV27.99118.98135.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=50%
G=34.21%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38261200.320.680.8532.31529.8
Hex261AC02044552034a
Octal463214040104125406412
Binary1001101101011000100000100010010101011000001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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