Shades of Cocoa Brown #261202
Tints of Cocoa Brown #261202
RGB
CMYK
RGB Variations
Color information
#261202 (or 0x261202) is known color: Cocoa Brown. HEX triplet: 26, 12 and 02. RGB value is (38,18,2). Sum of RGB (Red+Green+Blue) = 38+18+2=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #261202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261202 is #D9EDFD. Grayscale: #161616. Windows color (decimal): -14282238 or 135718. OLE color: 135718.
HSL color Cylindrical-coordinate representation of color #261202: hue angle of 26.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 #261202 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 2 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.85 |
| HSL | 26.67º | 0.9% | 0.08% | - |
| HSV(B) | 26.67º | 0.95% | 0.15% | - |
| XYZ | 1.03 | 0.85 | 0.17 | - |
| YUV | 22.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 2 | 0 | 0.53 | 0.95 | 0.85 | 26.67 | 0.9 | 0.08 |
| Hex | 26 | 12 | 2 | 0 | 35 | 5F | 55 | 1B | 5A | 8 |
| Octal | 46 | 22 | 2 | 0 | 65 | 137 | 125 | 33 | 132 | 10 |
| Binary | 100110 | 10010 | 10 | 0 | 110101 | 1011111 | 1010101 | 11011 | 1011010 | 1000 |
Color Harmonies of #261202
Complementary color
Monochromatic Colors of #261202
Black with #261202
Text Example
Text Example
White with #261202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261202; }
p { color: rgb(38,18,2); }
H1.HeaderClassName
{
color: #261202;
}
.AnyTagClassName
{
color: #261202;
}
</style>
background-color css
<style>
a { background-color: #261202; }
a { background-color: rgb(38,18,2); }
div.DivClassName
{
background-color: #261202;
}
.BgClassName
{
background-color: #261202;
}
</style>
border-color css
<style>
span { border-color: #261202; }
span { border-color: rgb(38,18,2); }
td.TdClassName
{
border-color: #261202;
}
.TagClassName
{
border-color: #261202;
}
</style>