Shades of Karaka #38360D
Tints of Karaka #38360D
RGB
CMYK
RGB Variations
Color information
#38360D (or 0x38360D) is known color: Karaka. HEX triplet: 38, 36 and 0D. RGB value is (56,54,13). Sum of RGB (Red+Green+Blue) = 56+54+13=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38360D is #C7C9F2. Grayscale: #323232. Windows color (decimal): -13093363 or 865848. OLE color: 865848.
HSL color Cylindrical-coordinate representation of color #38360D: hue angle of 57.21º 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 #38360D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 13 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.78 |
| HSL | 57.21º | 0.62% | 0.14% | - |
| HSV(B) | 57.21º | 0.77% | 0.22% | - |
| XYZ | 3.02 | 3.51 | 0.9 | - |
| YUV | 49.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 13 | 0 | 0.04 | 0.77 | 0.78 | 57.21 | 0.62 | 0.14 |
| Hex | 38 | 36 | D | 0 | 4 | 4D | 4E | 39 | 3E | E |
| Octal | 70 | 66 | 15 | 0 | 4 | 115 | 116 | 71 | 76 | 16 |
| Binary | 111000 | 110110 | 1101 | 0 | 100 | 1001101 | 1001110 | 111001 | 111110 | 1110 |
Color Harmonies of #38360D
Complementary color
Monochromatic Colors of #38360D
Black with #38360D
Text Example
Text Example
White with #38360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38360D; }
p { color: rgb(56,54,13); }
H1.HeaderClassName
{
color: #38360D;
}
.AnyTagClassName
{
color: #38360D;
}
</style>
background-color css
<style>
a { background-color: #38360D; }
a { background-color: rgb(56,54,13); }
div.DivClassName
{
background-color: #38360D;
}
.BgClassName
{
background-color: #38360D;
}
</style>
border-color css
<style>
span { border-color: #38360D; }
span { border-color: rgb(56,54,13); }
td.TdClassName
{
border-color: #38360D;
}
.TagClassName
{
border-color: #38360D;
}
</style>