Shades of Cocoa Brown #261802
Tints of Cocoa Brown #261802
RGB
CMYK
RGB Variations
Color information
#261802 (or 0x261802) is known color: Cocoa Brown. HEX triplet: 26, 18 and 02. RGB value is (38,24,2). Sum of RGB (Red+Green+Blue) = 38+24+2=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261802 is #D9E7FD. Grayscale: #191919. Windows color (decimal): -14280702 or 137254. OLE color: 137254.
HSL color Cylindrical-coordinate representation of color #261802: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #261802 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 24 | 2 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.85 |
| HSL | 36.67º | 0.9% | 0.08% | - |
| HSV(B) | 36.67º | 0.95% | 0.15% | - |
| XYZ | 1.14 | 1.07 | 0.2 | - |
| YUV | 25.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 2 | 0 | 0.37 | 0.95 | 0.85 | 36.67 | 0.9 | 0.08 |
| Hex | 26 | 18 | 2 | 0 | 25 | 5F | 55 | 25 | 5A | 8 |
| Octal | 46 | 30 | 2 | 0 | 45 | 137 | 125 | 45 | 132 | 10 |
| Binary | 100110 | 11000 | 10 | 0 | 100101 | 1011111 | 1010101 | 100101 | 1011010 | 1000 |
Color Harmonies of #261802
Complementary color
Monochromatic Colors of #261802
Black with #261802
Text Example
Text Example
White with #261802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261802; }
p { color: rgb(38,24,2); }
H1.HeaderClassName
{
color: #261802;
}
.AnyTagClassName
{
color: #261802;
}
</style>
background-color css
<style>
a { background-color: #261802; }
a { background-color: rgb(38,24,2); }
div.DivClassName
{
background-color: #261802;
}
.BgClassName
{
background-color: #261802;
}
</style>
border-color css
<style>
span { border-color: #261802; }
span { border-color: rgb(38,24,2); }
td.TdClassName
{
border-color: #261802;
}
.TagClassName
{
border-color: #261802;
}
</style>