Shades of Karaka #38370C
Tints of Karaka #38370C
RGB
CMYK
RGB Variations
Color information
#38370C (or 0x38370C) is known color: Karaka. HEX triplet: 38, 37 and 0C. RGB value is (56,55,12). Sum of RGB (Red+Green+Blue) = 56+55+12=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370C is #C7C8F3. Grayscale: #323232. Windows color (decimal): -13093108 or 800568. OLE color: 800568.
HSL color Cylindrical-coordinate representation of color #38370C: hue angle of 58.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38370C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 12 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.78 |
| HSL | 58.64º | 0.65% | 0.13% | - |
| HSV(B) | 58.64º | 0.79% | 0.22% | - |
| XYZ | 3.06 | 3.6 | 0.88 | - |
| YUV | 50.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 12 | 0 | 0.02 | 0.79 | 0.78 | 58.64 | 0.65 | 0.13 |
| Hex | 38 | 37 | C | 0 | 2 | 4F | 4E | 3B | 41 | D |
| Octal | 70 | 67 | 14 | 0 | 2 | 117 | 116 | 73 | 101 | 15 |
| Binary | 111000 | 110111 | 1100 | 0 | 10 | 1001111 | 1001110 | 111011 | 1000001 | 1101 |
Color Harmonies of #38370C
Complementary color
Monochromatic Colors of #38370C
Black with #38370C
Text Example
Text Example
White with #38370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38370C; }
p { color: rgb(56,55,12); }
H1.HeaderClassName
{
color: #38370C;
}
.AnyTagClassName
{
color: #38370C;
}
</style>
background-color css
<style>
a { background-color: #38370C; }
a { background-color: rgb(56,55,12); }
div.DivClassName
{
background-color: #38370C;
}
.BgClassName
{
background-color: #38370C;
}
</style>
border-color css
<style>
span { border-color: #38370C; }
span { border-color: rgb(56,55,12); }
td.TdClassName
{
border-color: #38370C;
}
.TagClassName
{
border-color: #38370C;
}
</style>