Shades of Baker's Chocolate #533A02
Tints of Baker's Chocolate #533A02
RGB
CMYK
RGB Variations
Color information
#533A02 (or 0x533A02) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 02. RGB value is (83,58,2). Sum of RGB (Red+Green+Blue) = 83+58+2=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #533A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A02 is #ACC5FD. Grayscale: #3B3B3B. Windows color (decimal): -11322878 or 146003. OLE color: 146003.
HSL color Cylindrical-coordinate representation of color #533A02: hue angle of 41.48º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #533A02 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.67 |
| HSL | 41.48º | 0.95% | 0.17% | - |
| HSV(B) | 41.48º | 0.98% | 0.33% | - |
| XYZ | 5.09 | 4.87 | 0.73 | - |
| YUV | 59.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 2 | 0 | 0.30 | 0.98 | 0.67 | 41.48 | 0.95 | 0.17 |
| Hex | 53 | 3A | 2 | 0 | 1E | 62 | 43 | 29 | 5F | 11 |
| Octal | 123 | 72 | 2 | 0 | 36 | 142 | 103 | 51 | 137 | 21 |
| Binary | 1010011 | 111010 | 10 | 0 | 11110 | 1100010 | 1000011 | 101001 | 1011111 | 10001 |
Color Harmonies of #533A02
Complementary color
Monochromatic Colors of #533A02
Black with #533A02
Text Example
Text Example
White with #533A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A02; }
p { color: rgb(83,58,2); }
H1.HeaderClassName
{
color: #533A02;
}
.AnyTagClassName
{
color: #533A02;
}
</style>
background-color css
<style>
a { background-color: #533A02; }
a { background-color: rgb(83,58,2); }
div.DivClassName
{
background-color: #533A02;
}
.BgClassName
{
background-color: #533A02;
}
</style>
border-color css
<style>
span { border-color: #533A02; }
span { border-color: rgb(83,58,2); }
td.TdClassName
{
border-color: #533A02;
}
.TagClassName
{
border-color: #533A02;
}
</style>