Shades of Seal Brown #230C05
Tints of Seal Brown #230C05
RGB
CMYK
RGB Variations
Color information
#230C05 (or 0x230C05) is known color: Seal Brown. HEX triplet: 23, 0C and 05. RGB value is (35,12,5). Sum of RGB (Red+Green+Blue) = 35+12+5=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C05 is #DCF3FA. Grayscale: #121212. Windows color (decimal): -14480379 or 330787. OLE color: 330787.
HSL color Cylindrical-coordinate representation of color #230C05: hue angle of 14º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230C05 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 5 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.86 |
| HSL | 14º | 0.75% | 0.08% | - |
| HSV(B) | 14º | 0.86% | 0.14% | - |
| XYZ | 0.85 | 0.63 | 0.22 | - |
| YUV | 18.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 5 | 0 | 0.66 | 0.86 | 0.86 | 14 | 0.75 | 0.08 |
| Hex | 23 | C | 5 | 0 | 42 | 56 | 56 | E | 4B | 8 |
| Octal | 43 | 14 | 5 | 0 | 102 | 126 | 126 | 16 | 113 | 10 |
| Binary | 100011 | 1100 | 101 | 0 | 1000010 | 1010110 | 1010110 | 1110 | 1001011 | 1000 |
Color Harmonies of #230C05
Complementary color
Monochromatic Colors of #230C05
Black with #230C05
Text Example
Text Example
White with #230C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C05; }
p { color: rgb(35,12,5); }
H1.HeaderClassName
{
color: #230C05;
}
.AnyTagClassName
{
color: #230C05;
}
</style>
background-color css
<style>
a { background-color: #230C05; }
a { background-color: rgb(35,12,5); }
div.DivClassName
{
background-color: #230C05;
}
.BgClassName
{
background-color: #230C05;
}
</style>
border-color css
<style>
span { border-color: #230C05; }
span { border-color: rgb(35,12,5); }
td.TdClassName
{
border-color: #230C05;
}
.TagClassName
{
border-color: #230C05;
}
</style>