#261E14

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

Shades of Cocoa Brown #261E14

Tints of Cocoa Brown #261E14

Color information

#261E14 (or 0x261E14) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1E and 14. RGB value is (38,30,20). Sum of RGB (Red+Green+Blue) = 38+30+20=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E14 is #D9E1EB. Grayscale: #1F1F1F. Windows color (decimal): -14279148 or 1318438. OLE color: 1318438.

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

Color convert

RGB383020-
CMYK00.210.470.85
HSL33.33º31.03%11.37%-
HSV(B)33.33º47.37%14.9%-
XYZ1.391.390.86-
YUV31.25121.65132.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=43.18%
G=34.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38302000.210.470.8533.3331.0311.37
Hex261E140152F55211fb
Octal46362402557125413713
Binary10011011110101000101011011111010101100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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