#53260D

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

Shades of Baker's Chocolate #53260D

Tints of Baker's Chocolate #53260D

Color information

#53260D (or 0x53260D) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 26 and 0D. RGB value is (83,38,13). Sum of RGB (Red+Green+Blue) = 83+38+13=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53260D is #ACD9F2. Grayscale: #303030. Windows color (decimal): -11327987 or 861779. OLE color: 861779.

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

Color convert

RGB833813-
CMYK00.540.840.67
HSL21.43º72.92%18.82%-
HSV(B)21.43º84.34%32.55%-
XYZ4.333.250.78-
YUV48.6107.91152.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=61.94%
G=28.36%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83381300.540.840.6721.4372.9218.82
Hex5326D0365443154913
Octal12346150661241032511123
Binary1010011100110110101101101010100100001110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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