#26190A

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

Shades of Cocoa Brown #26190A

Tints of Cocoa Brown #26190A

Color information

#26190A (or 0x26190A) is unknown color: approx Cocoa Brown. HEX triplet: 26, 19 and 0A. RGB value is (38,25,10). Sum of RGB (Red+Green+Blue) = 38+25+10=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26190A is #D9E6F5. Grayscale: #1B1B1B. Windows color (decimal): -14280438 or 661798. OLE color: 661798.

HSL color Cylindrical-coordinate representation of color #26190A: hue angle of 32.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26190A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB382510-
CMYK00.340.740.85
HSL32.14º58.33%9.41%-
HSV(B)32.14º73.68%14.9%-
XYZ1.21.130.44-
YUV27.18118.31135.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=52.05%
G=34.25%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38251000.340.740.8532.1458.339.41
Hex2619A0224A55203a9
Octal463112042112125407211
Binary1001101100110100100010100101010101011000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26190A; }

 p { color: rgb(38,25,10); }

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

<style>
 a { background-color: #26190A; }

 a { background-color: rgb(38,25,10); }

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

<style>
 span { border-color: #26190A; }

 span { border-color: rgb(38,25,10); }

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