#26190D

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

Shades of Cocoa Brown #26190D

Tints of Cocoa Brown #26190D

Color information

#26190D (or 0x26190D) is unknown color: approx Cocoa Brown. HEX triplet: 26, 19 and 0D. RGB value is (38,25,13). Sum of RGB (Red+Green+Blue) = 38+25+13=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #26190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26190D is #D9E6F2. Grayscale: #1B1B1B. Windows color (decimal): -14280435 or 858406. OLE color: 858406.

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

Color convert

RGB382513-
CMYK00.340.660.85
HSL28.8º49.02%10%-
HSV(B)28.8º65.79%14.9%-
XYZ1.221.140.54-
YUV27.52119.81135.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=50%
G=32.89%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38251300.340.660.8528.849.0210
Hex2619D02242551d31a
Octal463115042102125356112
Binary100110110011101010001010000101010101111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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