Shades of Anzac #C38B3E
Tints of Anzac #C38B3E
RGB
CMYK
RGB Variations
Color information
#C38B3E (or 0xC38B3E) is known color: Anzac. HEX triplet: C3, 8B and 3E. RGB value is (195,139,62). Sum of RGB (Red+Green+Blue) = 195+139+62=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B3E is #3C74C1. Grayscale: #939393. Windows color (decimal): -3962050 or 4099011. OLE color: 4099011.
HSL color Cylindrical-coordinate representation of color #C38B3E: hue angle of 34.74º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C38B3E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 62 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.24 |
| HSL | 34.74º | 0.53% | 0.5% | - |
| HSV(B) | 34.74º | 0.68% | 0.76% | - |
| XYZ | 32.61 | 30.42 | 8.71 | - |
| YUV | 146.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 62 | 0 | 0.29 | 0.68 | 0.24 | 34.74 | 0.53 | 0.5 |
| Hex | C3 | 8B | 3E | 0 | 1D | 44 | 18 | 23 | 35 | 32 |
| Octal | 303 | 213 | 76 | 0 | 35 | 104 | 30 | 43 | 65 | 62 |
| Binary | 11000011 | 10001011 | 111110 | 0 | 11101 | 1000100 | 11000 | 100011 | 110101 | 110010 |
Color Harmonies of #C38B3E
Complementary color
Monochromatic Colors of #C38B3E
Black with #C38B3E
Text Example
Text Example
White with #C38B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B3E; }
p { color: rgb(195,139,62); }
H1.HeaderClassName
{
color: #C38B3E;
}
.AnyTagClassName
{
color: #C38B3E;
}
</style>
background-color css
<style>
a { background-color: #C38B3E; }
a { background-color: rgb(195,139,62); }
div.DivClassName
{
background-color: #C38B3E;
}
.BgClassName
{
background-color: #C38B3E;
}
</style>
border-color css
<style>
span { border-color: #C38B3E; }
span { border-color: rgb(195,139,62); }
td.TdClassName
{
border-color: #C38B3E;
}
.TagClassName
{
border-color: #C38B3E;
}
</style>