#261D12

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

Shades of Cocoa Brown #261D12

Tints of Cocoa Brown #261D12

Color information

#261D12 (or 0x261D12) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1D and 12. RGB value is (38,29,18). Sum of RGB (Red+Green+Blue) = 38+29+18=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D12 is #D9E2ED. Grayscale: #1E1E1E. Windows color (decimal): -14279406 or 1187110. OLE color: 1187110.

HSL color Cylindrical-coordinate representation of color #261D12: hue angle of 33º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261D12 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB382918-
CMYK00.240.530.85
HSL33º35.71%10.98%-
HSV(B)33º52.63%14.9%-
XYZ1.351.330.76-
YUV30.44120.98133.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 29 (11.72% from 255) = 34.12%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=44.71%
G=34.12%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38291800.240.530.853335.7110.98
Hex261D1201835552124b
Octal46352203065125414413
Binary100110111011001001100011010110101011000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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