#53220B

Color #53220B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #53220B

Tints of Baker's Chocolate #53220B

Color information

#53220B (or 0x53220B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 22 and 0B. RGB value is (83,34,11). Sum of RGB (Red+Green+Blue) = 83+34+11=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220B is #ACDDF4. Grayscale: #2E2E2E. Windows color (decimal): -11329013 or 729683. OLE color: 729683.

HSL color Cylindrical-coordinate representation of color #53220B: hue angle of 19.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53220B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB833411-
CMYK00.590.870.67
HSL19.17º76.6%18.43%-
HSV(B)19.17º86.75%32.55%-
XYZ4.23.010.68-
YUV46.03108.23154.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=64.84%
G=26.56%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83341100.590.870.6719.1776.618.43
Hex5322B03B5743134d12
Octal12342130731271032311522
Binary1010011100010101101110111010111100001110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53220B; }

 p { color: rgb(83,34,11); }

 H1.HeaderClassName
 {
   color: #53220B;
 }
 .AnyTagClassName
 {
   color: #53220B;
 }
</style>
background-color css

<style>
 a { background-color: #53220B; }

 a { background-color: rgb(83,34,11); }

 div.DivClassName
 {
   background-color: #53220B;
 }
 .BgClassName
 {
   background-color: #53220B;
 }
</style>
border-color css

<style>
 span { border-color: #53220B; }

 span { border-color: rgb(83,34,11); }

 td.TdClassName
 {
   border-color: #53220B;
 }
 .TagClassName
 {
   border-color: #53220B;
 }
</style>