#53210B

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

Shades of Baker's Chocolate #53210B

Tints of Baker's Chocolate #53210B

Color information

#53210B (or 0x53210B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 21 and 0B. RGB value is (83,33,11). Sum of RGB (Red+Green+Blue) = 83+33+11=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53210B is #ACDEF4. Grayscale: #2D2D2D. Windows color (decimal): -11329269 or 729427. OLE color: 729427.

HSL color Cylindrical-coordinate representation of color #53210B: hue angle of 18.33º 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 #53210B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB833311-
CMYK00.600.870.67
HSL18.33º76.6%18.43%-
HSV(B)18.33º86.75%32.55%-
XYZ4.172.950.67-
YUV45.44108.56154.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=65.35%
G=25.98%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83331100.600.870.6718.3376.618.43
Hex5321B03C5743124d12
Octal12341130741271032211522
Binary1010011100001101101111001010111100001110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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