Shades of Cocoa Brown #251202
Tints of Cocoa Brown #251202
RGB
CMYK
RGB Variations
Color information
#251202 (or 0x251202) is known color: Cocoa Brown. HEX triplet: 25, 12 and 02. RGB value is (37,18,2). Sum of RGB (Red+Green+Blue) = 37+18+2=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #251202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251202 is #DAEDFD. Grayscale: #151515. Windows color (decimal): -14347774 or 135717. OLE color: 135717.
HSL color Cylindrical-coordinate representation of color #251202: hue angle of 27.43º 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 #251202 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 18 | 2 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.85 |
| HSL | 27.43º | 0.9% | 0.08% | - |
| HSV(B) | 27.43º | 0.95% | 0.15% | - |
| XYZ | 0.99 | 0.83 | 0.17 | - |
| YUV | 21.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 2 | 0 | 0.51 | 0.95 | 0.85 | 27.43 | 0.9 | 0.08 |
| Hex | 25 | 12 | 2 | 0 | 33 | 5F | 55 | 1B | 5A | 8 |
| Octal | 45 | 22 | 2 | 0 | 63 | 137 | 125 | 33 | 132 | 10 |
| Binary | 100101 | 10010 | 10 | 0 | 110011 | 1011111 | 1010101 | 11011 | 1011010 | 1000 |
Color Harmonies of #251202
Complementary color
Monochromatic Colors of #251202
Black with #251202
Text Example
Text Example
White with #251202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251202; }
p { color: rgb(37,18,2); }
H1.HeaderClassName
{
color: #251202;
}
.AnyTagClassName
{
color: #251202;
}
</style>
background-color css
<style>
a { background-color: #251202; }
a { background-color: rgb(37,18,2); }
div.DivClassName
{
background-color: #251202;
}
.BgClassName
{
background-color: #251202;
}
</style>
border-color css
<style>
span { border-color: #251202; }
span { border-color: rgb(37,18,2); }
td.TdClassName
{
border-color: #251202;
}
.TagClassName
{
border-color: #251202;
}
</style>