Shades of Karaka #38350D
Tints of Karaka #38350D
RGB
CMYK
RGB Variations
Color information
#38350D (or 0x38350D) is known color: Karaka. HEX triplet: 38, 35 and 0D. RGB value is (56,53,13). Sum of RGB (Red+Green+Blue) = 56+53+13=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350D is #C7CAF2. Grayscale: #313131. Windows color (decimal): -13093619 or 865592. OLE color: 865592.
HSL color Cylindrical-coordinate representation of color #38350D: hue angle of 55.81º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38350D is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 13 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.78 |
| HSL | 55.81º | 0.62% | 0.14% | - |
| HSV(B) | 55.81º | 0.77% | 0.22% | - |
| XYZ | 2.98 | 3.42 | 0.88 | - |
| YUV | 49.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 13 | 0 | 0.05 | 0.77 | 0.78 | 55.81 | 0.62 | 0.14 |
| Hex | 38 | 35 | D | 0 | 5 | 4D | 4E | 38 | 3E | E |
| Octal | 70 | 65 | 15 | 0 | 5 | 115 | 116 | 70 | 76 | 16 |
| Binary | 111000 | 110101 | 1101 | 0 | 101 | 1001101 | 1001110 | 111000 | 111110 | 1110 |
Color Harmonies of #38350D
Complementary color
Monochromatic Colors of #38350D
Black with #38350D
Text Example
Text Example
White with #38350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38350D; }
p { color: rgb(56,53,13); }
H1.HeaderClassName
{
color: #38350D;
}
.AnyTagClassName
{
color: #38350D;
}
</style>
background-color css
<style>
a { background-color: #38350D; }
a { background-color: rgb(56,53,13); }
div.DivClassName
{
background-color: #38350D;
}
.BgClassName
{
background-color: #38350D;
}
</style>
border-color css
<style>
span { border-color: #38350D; }
span { border-color: rgb(56,53,13); }
td.TdClassName
{
border-color: #38350D;
}
.TagClassName
{
border-color: #38350D;
}
</style>