Shades of Karaka #383509
Tints of Karaka #383509
RGB
CMYK
RGB Variations
Color information
#383509 (or 0x383509) is known color: Karaka. HEX triplet: 38, 35 and 09. RGB value is (56,53,9). Sum of RGB (Red+Green+Blue) = 56+53+9=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #383509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383509 is #C7CAF6. Grayscale: #313131. Windows color (decimal): -13093623 or 603448. OLE color: 603448.
HSL color Cylindrical-coordinate representation of color #383509: hue angle of 56.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #383509 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 9 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.78 |
| HSL | 56.17º | 0.72% | 0.13% | - |
| HSV(B) | 56.17º | 0.84% | 0.22% | - |
| XYZ | 2.95 | 3.41 | 0.76 | - |
| YUV | 48.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 9 | 0 | 0.05 | 0.84 | 0.78 | 56.17 | 0.72 | 0.13 |
| Hex | 38 | 35 | 9 | 0 | 5 | 54 | 4E | 38 | 48 | D |
| Octal | 70 | 65 | 11 | 0 | 5 | 124 | 116 | 70 | 110 | 15 |
| Binary | 111000 | 110101 | 1001 | 0 | 101 | 1010100 | 1001110 | 111000 | 1001000 | 1101 |
Color Harmonies of #383509
Complementary color
Monochromatic Colors of #383509
Black with #383509
Text Example
Text Example
White with #383509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383509; }
p { color: rgb(56,53,9); }
H1.HeaderClassName
{
color: #383509;
}
.AnyTagClassName
{
color: #383509;
}
</style>
background-color css
<style>
a { background-color: #383509; }
a { background-color: rgb(56,53,9); }
div.DivClassName
{
background-color: #383509;
}
.BgClassName
{
background-color: #383509;
}
</style>
border-color css
<style>
span { border-color: #383509; }
span { border-color: rgb(56,53,9); }
td.TdClassName
{
border-color: #383509;
}
.TagClassName
{
border-color: #383509;
}
</style>