#53340D

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

Shades of Baker's Chocolate #53340D

Tints of Baker's Chocolate #53340D

Color information

#53340D (or 0x53340D) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 0D. RGB value is (83,52,13). Sum of RGB (Red+Green+Blue) = 83+52+13=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53340D is #ACCBF2. Grayscale: #393939. Windows color (decimal): -11324403 or 865363. OLE color: 865363.

HSL color Cylindrical-coordinate representation of color #53340D: hue angle of 33.43º 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 #53340D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB835213-
CMYK00.370.840.67
HSL33.43º72.92%18.82%-
HSV(B)33.43º84.34%32.55%-
XYZ4.874.320.96-
YUV56.82103.27146.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=56.08%
G=35.14%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83521300.370.840.6733.4372.9218.82
Hex5334D0255443214913
Octal12364150451241034111123
Binary10100111101001101010010110101001000011100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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