#26180C

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

Shades of Cocoa Brown #26180C

Tints of Cocoa Brown #26180C

Color information

#26180C (or 0x26180C) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 0C. RGB value is (38,24,12). Sum of RGB (Red+Green+Blue) = 38+24+12=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26180C is #D9E7F3. Grayscale: #1A1A1A. Windows color (decimal): -14280692 or 792614. OLE color: 792614.

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

Color convert

RGB382412-
CMYK00.370.680.85
HSL27.69º52%9.8%-
HSV(B)27.69º68.42%14.9%-
XYZ1.191.090.5-
YUV26.82119.64135.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=51.35%
G=32.43%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38241200.370.680.8527.69529.8
Hex2618C02544551c34a
Octal463014045104125346412
Binary100110110001100010010110001001010101111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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