Shades of Hawaiian Tan #975A2B
Tints of Hawaiian Tan #975A2B
RGB
CMYK
RGB Variations
Color information
#975A2B (or 0x975A2B) is known color: Hawaiian Tan. HEX triplet: 97, 5A and 2B. RGB value is (151,90,43). Sum of RGB (Red+Green+Blue) = 151+90+43=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A2B is #68A5D4. Grayscale: #676767. Windows color (decimal): -6858197 or 2841239. OLE color: 2841239.
HSL color Cylindrical-coordinate representation of color #975A2B: hue angle of 26.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #975A2B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 43 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.41 |
| HSL | 26.11º | 0.56% | 0.38% | - |
| HSV(B) | 26.11º | 0.72% | 0.59% | - |
| XYZ | 16.85 | 14.07 | 4.11 | - |
| YUV | 102.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 43 | 0 | 0.40 | 0.72 | 0.41 | 26.11 | 0.56 | 0.38 |
| Hex | 97 | 5A | 2B | 0 | 28 | 48 | 29 | 1A | 38 | 26 |
| Octal | 227 | 132 | 53 | 0 | 50 | 110 | 51 | 32 | 70 | 46 |
| Binary | 10010111 | 1011010 | 101011 | 0 | 101000 | 1001000 | 101001 | 11010 | 111000 | 100110 |
Color Harmonies of #975A2B
Complementary color
Monochromatic Colors of #975A2B
Black with #975A2B
Text Example
Text Example
White with #975A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A2B; }
p { color: rgb(151,90,43); }
H1.HeaderClassName
{
color: #975A2B;
}
.AnyTagClassName
{
color: #975A2B;
}
</style>
background-color css
<style>
a { background-color: #975A2B; }
a { background-color: rgb(151,90,43); }
div.DivClassName
{
background-color: #975A2B;
}
.BgClassName
{
background-color: #975A2B;
}
</style>
border-color css
<style>
span { border-color: #975A2B; }
span { border-color: rgb(151,90,43); }
td.TdClassName
{
border-color: #975A2B;
}
.TagClassName
{
border-color: #975A2B;
}
</style>