#26190C

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

Shades of Cocoa Brown #26190C

Tints of Cocoa Brown #26190C

Color information

#26190C (or 0x26190C) is unknown color: approx Cocoa Brown. HEX triplet: 26, 19 and 0C. RGB value is (38,25,12). Sum of RGB (Red+Green+Blue) = 38+25+12=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #26190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26190C is #D9E6F3. Grayscale: #1B1B1B. Windows color (decimal): -14280436 or 792870. OLE color: 792870.

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

Color convert

RGB382512-
CMYK00.340.680.85
HSL30º52%9.8%-
HSV(B)30º68.42%14.9%-
XYZ1.211.130.5-
YUV27.4119.31135.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 16%
R=50.67%
G=33.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38251200.340.680.8530529.8
Hex2619C02244551e34a
Octal463114042104125366412
Binary100110110011100010001010001001010101111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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