Shades of Seal Brown #230D08
Tints of Seal Brown #230D08
RGB
CMYK
RGB Variations
Color information
#230D08 (or 0x230D08) is known color: Seal Brown. HEX triplet: 23, 0D and 08. RGB value is (35,13,8). Sum of RGB (Red+Green+Blue) = 35+13+8=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D08 is #DCF2F7. Grayscale: #131313. Windows color (decimal): -14480120 or 527651. OLE color: 527651.
HSL color Cylindrical-coordinate representation of color #230D08: hue angle of 11.11º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230D08 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 8 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.86 |
| HSL | 11.11º | 0.63% | 0.08% | - |
| HSV(B) | 11.11º | 0.77% | 0.14% | - |
| XYZ | 0.88 | 0.66 | 0.31 | - |
| YUV | 19.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 8 | 0 | 0.63 | 0.77 | 0.86 | 11.11 | 0.63 | 0.08 |
| Hex | 23 | D | 8 | 0 | 3F | 4D | 56 | B | 3F | 8 |
| Octal | 43 | 15 | 10 | 0 | 77 | 115 | 126 | 13 | 77 | 10 |
| Binary | 100011 | 1101 | 1000 | 0 | 111111 | 1001101 | 1010110 | 1011 | 111111 | 1000 |
Color Harmonies of #230D08
Complementary color
Monochromatic Colors of #230D08
Black with #230D08
Text Example
Text Example
White with #230D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D08; }
p { color: rgb(35,13,8); }
H1.HeaderClassName
{
color: #230D08;
}
.AnyTagClassName
{
color: #230D08;
}
</style>
background-color css
<style>
a { background-color: #230D08; }
a { background-color: rgb(35,13,8); }
div.DivClassName
{
background-color: #230D08;
}
.BgClassName
{
background-color: #230D08;
}
</style>
border-color css
<style>
span { border-color: #230D08; }
span { border-color: rgb(35,13,8); }
td.TdClassName
{
border-color: #230D08;
}
.TagClassName
{
border-color: #230D08;
}
</style>