Shades of Karaka #38350F
Tints of Karaka #38350F
RGB
CMYK
RGB Variations
Color information
#38350F (or 0x38350F) is known color: Karaka. HEX triplet: 38, 35 and 0F. RGB value is (56,53,15). Sum of RGB (Red+Green+Blue) = 56+53+15=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350F is #C7CAF0. Grayscale: #313131. Windows color (decimal): -13093617 or 996664. OLE color: 996664.
HSL color Cylindrical-coordinate representation of color #38350F: hue angle of 55.61º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38350F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 15 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.78 |
| HSL | 55.61º | 0.58% | 0.14% | - |
| HSV(B) | 55.61º | 0.73% | 0.22% | - |
| XYZ | 2.99 | 3.42 | 0.95 | - |
| YUV | 49.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 15 | 0 | 0.05 | 0.73 | 0.78 | 55.61 | 0.58 | 0.14 |
| Hex | 38 | 35 | F | 0 | 5 | 49 | 4E | 38 | 3A | E |
| Octal | 70 | 65 | 17 | 0 | 5 | 111 | 116 | 70 | 72 | 16 |
| Binary | 111000 | 110101 | 1111 | 0 | 101 | 1001001 | 1001110 | 111000 | 111010 | 1110 |
Color Harmonies of #38350F
Complementary color
Monochromatic Colors of #38350F
Black with #38350F
Text Example
Text Example
White with #38350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38350F; }
p { color: rgb(56,53,15); }
H1.HeaderClassName
{
color: #38350F;
}
.AnyTagClassName
{
color: #38350F;
}
</style>
background-color css
<style>
a { background-color: #38350F; }
a { background-color: rgb(56,53,15); }
div.DivClassName
{
background-color: #38350F;
}
.BgClassName
{
background-color: #38350F;
}
</style>
border-color css
<style>
span { border-color: #38350F; }
span { border-color: rgb(56,53,15); }
td.TdClassName
{
border-color: #38350F;
}
.TagClassName
{
border-color: #38350F;
}
</style>