#26190B

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

Shades of Cocoa Brown #26190B

Tints of Cocoa Brown #26190B

Color information

#26190B (or 0x26190B) is unknown color: approx Cocoa Brown. HEX triplet: 26, 19 and 0B. RGB value is (38,25,11). Sum of RGB (Red+Green+Blue) = 38+25+11=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26190B is #D9E6F4. Grayscale: #1B1B1B. Windows color (decimal): -14280437 or 727334. OLE color: 727334.

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

Color convert

RGB382511-
CMYK00.340.710.85
HSL31.11º55.1%9.61%-
HSV(B)31.11º71.05%14.9%-
XYZ1.211.130.47-
YUV27.29118.81135.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=51.35%
G=33.78%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38251100.340.710.8531.1155.19.61
Hex2619B02247551f37a
Octal463113042107125376712
Binary100110110011011010001010001111010101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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