#26180B

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

Shades of Cocoa Brown #26180B

Tints of Cocoa Brown #26180B

Color information

#26180B (or 0x26180B) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 0B. RGB value is (38,24,11). Sum of RGB (Red+Green+Blue) = 38+24+11=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26180B is #D9E7F4. Grayscale: #1A1A1A. Windows color (decimal): -14280693 or 727078. OLE color: 727078.

HSL color Cylindrical-coordinate representation of color #26180B: hue angle of 28.89º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26180B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB382411-
CMYK00.370.710.85
HSL28.89º55.1%9.61%-
HSV(B)28.89º71.05%14.9%-
XYZ1.191.090.46-
YUV26.7119.14136.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=52.05%
G=32.88%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38241100.370.710.8528.8955.19.61
Hex2618B02547551d37a
Octal463013045107125356712
Binary100110110001011010010110001111010101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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