Shades of Anzac #C38741
Tints of Anzac #C38741
RGB
CMYK
RGB Variations
Color information
#C38741 (or 0xC38741) is known color: Anzac. HEX triplet: C3, 87 and 41. RGB value is (195,135,65). Sum of RGB (Red+Green+Blue) = 195+135+65=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38741 is #3C78BE. Grayscale: #919191. Windows color (decimal): -3963071 or 4294595. OLE color: 4294595.
HSL color Cylindrical-coordinate representation of color #C38741: hue angle of 32.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38741 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 65 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.24 |
| HSL | 32.31º | 0.52% | 0.51% | - |
| HSV(B) | 32.31º | 0.67% | 0.76% | - |
| XYZ | 32.12 | 29.31 | 8.97 | - |
| YUV | 144.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 65 | 0 | 0.31 | 0.67 | 0.24 | 32.31 | 0.52 | 0.51 |
| Hex | C3 | 87 | 41 | 0 | 1F | 43 | 18 | 20 | 34 | 33 |
| Octal | 303 | 207 | 101 | 0 | 37 | 103 | 30 | 40 | 64 | 63 |
| Binary | 11000011 | 10000111 | 1000001 | 0 | 11111 | 1000011 | 11000 | 100000 | 110100 | 110011 |
Color Harmonies of #C38741
Complementary color
Monochromatic Colors of #C38741
Black with #C38741
Text Example
Text Example
White with #C38741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38741; }
p { color: rgb(195,135,65); }
H1.HeaderClassName
{
color: #C38741;
}
.AnyTagClassName
{
color: #C38741;
}
</style>
background-color css
<style>
a { background-color: #C38741; }
a { background-color: rgb(195,135,65); }
div.DivClassName
{
background-color: #C38741;
}
.BgClassName
{
background-color: #C38741;
}
</style>
border-color css
<style>
span { border-color: #C38741; }
span { border-color: rgb(195,135,65); }
td.TdClassName
{
border-color: #C38741;
}
.TagClassName
{
border-color: #C38741;
}
</style>