#53230B

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

Shades of Baker's Chocolate #53230B

Tints of Baker's Chocolate #53230B

Color information

#53230B (or 0x53230B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 23 and 0B. RGB value is (83,35,11). Sum of RGB (Red+Green+Blue) = 83+35+11=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53230B is #ACDCF4. Grayscale: #2E2E2E. Windows color (decimal): -11328757 or 729939. OLE color: 729939.

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

Color convert

RGB833511-
CMYK00.580.870.67
HSL20º76.6%18.43%-
HSV(B)20º86.75%32.55%-
XYZ4.233.070.69-
YUV46.62107.9153.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=64.34%
G=27.13%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83351100.580.870.672076.618.43
Hex5323B03A5743144d12
Octal12343130721271032411522
Binary1010011100011101101110101010111100001110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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