Shades of Geebung #C38423
Tints of Geebung #C38423
RGB
CMYK
RGB Variations
Color information
#C38423 (or 0xC38423) is known color: Geebung. HEX triplet: C3, 84 and 23. RGB value is (195,132,35). Sum of RGB (Red+Green+Blue) = 195+132+35=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38423 is #3C7BDC. Grayscale: #8C8C8C. Windows color (decimal): -3963869 or 2327747. OLE color: 2327747.
HSL color Cylindrical-coordinate representation of color #C38423: hue angle of 36.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C38423 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 35 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.24 |
| HSL | 36.38º | 0.7% | 0.45% | - |
| HSV(B) | 36.38º | 0.82% | 0.76% | - |
| XYZ | 31.06 | 28.23 | 5.4 | - |
| YUV | 139.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 35 | 0 | 0.32 | 0.82 | 0.24 | 36.38 | 0.7 | 0.45 |
| Hex | C3 | 84 | 23 | 0 | 20 | 52 | 18 | 24 | 46 | 2D |
| Octal | 303 | 204 | 43 | 0 | 40 | 122 | 30 | 44 | 106 | 55 |
| Binary | 11000011 | 10000100 | 100011 | 0 | 100000 | 1010010 | 11000 | 100100 | 1000110 | 101101 |
Color Harmonies of #C38423
Complementary color
Monochromatic Colors of #C38423
Black with #C38423
Text Example
Text Example
White with #C38423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38423; }
p { color: rgb(195,132,35); }
H1.HeaderClassName
{
color: #C38423;
}
.AnyTagClassName
{
color: #C38423;
}
</style>
background-color css
<style>
a { background-color: #C38423; }
a { background-color: rgb(195,132,35); }
div.DivClassName
{
background-color: #C38423;
}
.BgClassName
{
background-color: #C38423;
}
</style>
border-color css
<style>
span { border-color: #C38423; }
span { border-color: rgb(195,132,35); }
td.TdClassName
{
border-color: #C38423;
}
.TagClassName
{
border-color: #C38423;
}
</style>