#53230D

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

Shades of Baker's Chocolate #53230D

Tints of Baker's Chocolate #53230D

Color information

#53230D (or 0x53230D) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 23 and 0D. RGB value is (83,35,13). Sum of RGB (Red+Green+Blue) = 83+35+13=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53230D is #ACDCF2. Grayscale: #2E2E2E. Windows color (decimal): -11328755 or 861011. OLE color: 861011.

HSL color Cylindrical-coordinate representation of color #53230D: hue angle of 18.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53230D is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB833513-
CMYK00.580.840.67
HSL18.86º72.92%18.82%-
HSV(B)18.86º84.34%32.55%-
XYZ4.243.070.75-
YUV46.84108.9153.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=63.36%
G=26.72%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83351300.580.840.6718.8672.9218.82
Hex5323D03A5443134913
Octal12343150721241032311123
Binary1010011100011110101110101010100100001110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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