Shades of Karaka #383605
Tints of Karaka #383605
RGB
CMYK
RGB Variations
Color information
#383605 (or 0x383605) is known color: Karaka. HEX triplet: 38, 36 and 05. RGB value is (56,54,5). Sum of RGB (Red+Green+Blue) = 56+54+5=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #383605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383605 is #C7C9FA. Grayscale: #313131. Windows color (decimal): -13093371 or 341560. OLE color: 341560.
HSL color Cylindrical-coordinate representation of color #383605: hue angle of 57.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #383605 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 5 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.78 |
| HSL | 57.65º | 0.84% | 0.12% | - |
| HSV(B) | 57.65º | 0.91% | 0.22% | - |
| XYZ | 2.98 | 3.49 | 0.66 | - |
| YUV | 49.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 5 | 0 | 0.04 | 0.91 | 0.78 | 57.65 | 0.84 | 0.12 |
| Hex | 38 | 36 | 5 | 0 | 4 | 5B | 4E | 3A | 54 | C |
| Octal | 70 | 66 | 5 | 0 | 4 | 133 | 116 | 72 | 124 | 14 |
| Binary | 111000 | 110110 | 101 | 0 | 100 | 1011011 | 1001110 | 111010 | 1010100 | 1100 |
Color Harmonies of #383605
Complementary color
Monochromatic Colors of #383605
Black with #383605
Text Example
Text Example
White with #383605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383605; }
p { color: rgb(56,54,5); }
H1.HeaderClassName
{
color: #383605;
}
.AnyTagClassName
{
color: #383605;
}
</style>
background-color css
<style>
a { background-color: #383605; }
a { background-color: rgb(56,54,5); }
div.DivClassName
{
background-color: #383605;
}
.BgClassName
{
background-color: #383605;
}
</style>
border-color css
<style>
span { border-color: #383605; }
span { border-color: rgb(56,54,5); }
td.TdClassName
{
border-color: #383605;
}
.TagClassName
{
border-color: #383605;
}
</style>