Shades of Pueblo #652C25
Tints of Pueblo #652C25
RGB
CMYK
RGB Variations
Color information
#652C25 (or 0x652C25) is known color: Pueblo. HEX triplet: 65, 2C and 25. RGB value is (101,44,37). Sum of RGB (Red+Green+Blue) = 101+44+37=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #652C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C25 is #9AD3DA. Grayscale: #3C3C3C. Windows color (decimal): -10146779 or 2436197. OLE color: 2436197.
HSL color Cylindrical-coordinate representation of color #652C25: hue angle of 6.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652C25 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 37 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.60 |
| HSL | 6.56º | 0.46% | 0.27% | - |
| HSV(B) | 6.56º | 0.63% | 0.4% | - |
| XYZ | 6.6 | 4.7 | 2.31 | - |
| YUV | 60.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 37 | 0 | 0.56 | 0.63 | 0.60 | 6.56 | 0.46 | 0.27 |
| Hex | 65 | 2C | 25 | 0 | 38 | 3F | 3C | 7 | 2E | 1B |
| Octal | 145 | 54 | 45 | 0 | 70 | 77 | 74 | 7 | 56 | 33 |
| Binary | 1100101 | 101100 | 100101 | 0 | 111000 | 111111 | 111100 | 111 | 101110 | 11011 |
Color Harmonies of #652C25
Complementary color
Monochromatic Colors of #652C25
Black with #652C25
Text Example
Text Example
White with #652C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C25; }
p { color: rgb(101,44,37); }
H1.HeaderClassName
{
color: #652C25;
}
.AnyTagClassName
{
color: #652C25;
}
</style>
background-color css
<style>
a { background-color: #652C25; }
a { background-color: rgb(101,44,37); }
div.DivClassName
{
background-color: #652C25;
}
.BgClassName
{
background-color: #652C25;
}
</style>
border-color css
<style>
span { border-color: #652C25; }
span { border-color: rgb(101,44,37); }
td.TdClassName
{
border-color: #652C25;
}
.TagClassName
{
border-color: #652C25;
}
</style>