#26180D

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

Shades of Cocoa Brown #26180D

Tints of Cocoa Brown #26180D

Color information

#26180D (or 0x26180D) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 0D. RGB value is (38,24,13). Sum of RGB (Red+Green+Blue) = 38+24+13=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #26180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26180D is #D9E7F2. Grayscale: #1A1A1A. Windows color (decimal): -14280691 or 858150. OLE color: 858150.

HSL color Cylindrical-coordinate representation of color #26180D: hue angle of 26.4º 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 #26180D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB382413-
CMYK00.370.660.85
HSL26.4º49.02%10%-
HSV(B)26.4º65.79%14.9%-
XYZ1.21.090.53-
YUV26.93120.14135.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=50.67%
G=32%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38241300.370.660.8526.449.0210
Hex2618D02542551a31a
Octal463015045102125326112
Binary100110110001101010010110000101010101110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26180D; }

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

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

<style>
 a { background-color: #26180D; }

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

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

<style>
 span { border-color: #26180D; }

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

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