Shades of Cocoa Brown #261702
Tints of Cocoa Brown #261702
RGB
CMYK
RGB Variations
Color information
#261702 (or 0x261702) is known color: Cocoa Brown. HEX triplet: 26, 17 and 02. RGB value is (38,23,2). Sum of RGB (Red+Green+Blue) = 38+23+2=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #261702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261702 is #D9E8FD. Grayscale: #191919. Windows color (decimal): -14280958 or 136998. OLE color: 136998.
HSL color Cylindrical-coordinate representation of color #261702: hue angle of 35º 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 #261702 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 2 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.85 |
| HSL | 35º | 0.9% | 0.08% | - |
| HSV(B) | 35º | 0.95% | 0.15% | - |
| XYZ | 1.12 | 1.03 | 0.2 | - |
| YUV | 25.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 2 | 0 | 0.39 | 0.95 | 0.85 | 35 | 0.9 | 0.08 |
| Hex | 26 | 17 | 2 | 0 | 27 | 5F | 55 | 23 | 5A | 8 |
| Octal | 46 | 27 | 2 | 0 | 47 | 137 | 125 | 43 | 132 | 10 |
| Binary | 100110 | 10111 | 10 | 0 | 100111 | 1011111 | 1010101 | 100011 | 1011010 | 1000 |
Color Harmonies of #261702
Complementary color
Monochromatic Colors of #261702
Black with #261702
Text Example
Text Example
White with #261702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261702; }
p { color: rgb(38,23,2); }
H1.HeaderClassName
{
color: #261702;
}
.AnyTagClassName
{
color: #261702;
}
</style>
background-color css
<style>
a { background-color: #261702; }
a { background-color: rgb(38,23,2); }
div.DivClassName
{
background-color: #261702;
}
.BgClassName
{
background-color: #261702;
}
</style>
border-color css
<style>
span { border-color: #261702; }
span { border-color: rgb(38,23,2); }
td.TdClassName
{
border-color: #261702;
}
.TagClassName
{
border-color: #261702;
}
</style>