Shades of Cocoa Brown #382303
Tints of Cocoa Brown #382303
RGB
CMYK
RGB Variations
Color information
#382303 (or 0x382303) is known color: Cocoa Brown. HEX triplet: 38, 23 and 03. RGB value is (56,35,3). Sum of RGB (Red+Green+Blue) = 56+35+3=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382303 is #C7DCFC. Grayscale: #252525. Windows color (decimal): -13098237 or 205624. OLE color: 205624.
HSL color Cylindrical-coordinate representation of color #382303: hue angle of 36.23º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #382303 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 3 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.78 |
| HSL | 36.23º | 0.9% | 0.12% | - |
| HSV(B) | 36.23º | 0.95% | 0.22% | - |
| XYZ | 2.25 | 2.05 | 0.36 | - |
| YUV | 37.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 3 | 0 | 0.37 | 0.95 | 0.78 | 36.23 | 0.9 | 0.12 |
| Hex | 38 | 23 | 3 | 0 | 25 | 5F | 4E | 24 | 5A | C |
| Octal | 70 | 43 | 3 | 0 | 45 | 137 | 116 | 44 | 132 | 14 |
| Binary | 111000 | 100011 | 11 | 0 | 100101 | 1011111 | 1001110 | 100100 | 1011010 | 1100 |
Color Harmonies of #382303
Complementary color
Monochromatic Colors of #382303
Black with #382303
Text Example
Text Example
White with #382303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382303; }
p { color: rgb(56,35,3); }
H1.HeaderClassName
{
color: #382303;
}
.AnyTagClassName
{
color: #382303;
}
</style>
background-color css
<style>
a { background-color: #382303; }
a { background-color: rgb(56,35,3); }
div.DivClassName
{
background-color: #382303;
}
.BgClassName
{
background-color: #382303;
}
</style>
border-color css
<style>
span { border-color: #382303; }
span { border-color: rgb(56,35,3); }
td.TdClassName
{
border-color: #382303;
}
.TagClassName
{
border-color: #382303;
}
</style>