Shades of Cocoa Brown #34251A
Tints of Cocoa Brown #34251A
RGB
CMYK
RGB Variations
Color information
#34251A (or 0x34251A) is known color: Cocoa Brown. HEX triplet: 34, 25 and 1A. RGB value is (52,37,26). Sum of RGB (Red+Green+Blue) = 52+37+26=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34251A is #CBDAE5. Grayscale: #282828. Windows color (decimal): -13359846 or 1713460. OLE color: 1713460.
HSL color Cylindrical-coordinate representation of color #34251A: hue angle of 25.38º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34251A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 37 | 26 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.80 |
| HSL | 25.38º | 0.33% | 0.15% | - |
| HSV(B) | 25.38º | 0.5% | 0.2% | - |
| XYZ | 2.26 | 2.13 | 1.27 | - |
| YUV | 40.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 26 | 0 | 0.29 | 0.50 | 0.80 | 25.38 | 0.33 | 0.15 |
| Hex | 34 | 25 | 1A | 0 | 1D | 32 | 50 | 19 | 21 | F |
| Octal | 64 | 45 | 32 | 0 | 35 | 62 | 120 | 31 | 41 | 17 |
| Binary | 110100 | 100101 | 11010 | 0 | 11101 | 110010 | 1010000 | 11001 | 100001 | 1111 |
Color Harmonies of #34251A
Complementary color
Monochromatic Colors of #34251A
Black with #34251A
Text Example
Text Example
White with #34251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34251A; }
p { color: rgb(52,37,26); }
H1.HeaderClassName
{
color: #34251A;
}
.AnyTagClassName
{
color: #34251A;
}
</style>
background-color css
<style>
a { background-color: #34251A; }
a { background-color: rgb(52,37,26); }
div.DivClassName
{
background-color: #34251A;
}
.BgClassName
{
background-color: #34251A;
}
</style>
border-color css
<style>
span { border-color: #34251A; }
span { border-color: rgb(52,37,26); }
td.TdClassName
{
border-color: #34251A;
}
.TagClassName
{
border-color: #34251A;
}
</style>