#53350B

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

Shades of Baker's Chocolate #53350B

Tints of Baker's Chocolate #53350B

Color information

#53350B (or 0x53350B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 0B. RGB value is (83,53,11). Sum of RGB (Red+Green+Blue) = 83+53+11=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53350B is #ACCAF4. Grayscale: #393939. Windows color (decimal): -11324149 or 734547. OLE color: 734547.

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

Color convert

RGB835311-
CMYK00.360.870.67
HSL35º76.6%18.43%-
HSV(B)35º86.75%32.55%-
XYZ4.94.410.91-
YUV57.18101.94146.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=56.46%
G=36.05%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83531100.360.870.673576.618.43
Hex5335B0245743234d12
Octal12365130441271034311522
Binary10100111101011011010010010101111000011100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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