#261E15

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

Shades of Cocoa Brown #261E15

Tints of Cocoa Brown #261E15

Color information

#261E15 (or 0x261E15) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1E and 15. RGB value is (38,30,21). Sum of RGB (Red+Green+Blue) = 38+30+21=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E15 is #D9E1EA. Grayscale: #1F1F1F. Windows color (decimal): -14279147 or 1383974. OLE color: 1383974.

HSL color Cylindrical-coordinate representation of color #261E15: hue angle of 31.76º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261E15 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.85.

Color convert

RGB383021-
CMYK00.210.450.85
HSL31.76º28.81%11.57%-
HSV(B)31.76º44.74%14.9%-
XYZ1.41.390.9-
YUV31.37122.15132.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=42.70%
G=33.71%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38302100.210.450.8531.7628.8111.57
Hex261E150152D55201dc
Octal46362502555125403514
Binary10011011110101010101011011011010101100000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,30,21); }

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

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

 a { background-color: rgb(38,30,21); }

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

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

 span { border-color: rgb(38,30,21); }

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