#53240B

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

Shades of Baker's Chocolate #53240B

Tints of Baker's Chocolate #53240B

Color information

#53240B (or 0x53240B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 24 and 0B. RGB value is (83,36,11). Sum of RGB (Red+Green+Blue) = 83+36+11=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53240B is #ACDBF4. Grayscale: #2F2F2F. Windows color (decimal): -11328501 or 730195. OLE color: 730195.

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

Color convert

RGB833611-
CMYK00.570.870.67
HSL20.83º76.6%18.43%-
HSV(B)20.83º86.75%32.55%-
XYZ4.263.120.7-
YUV47.2107.57153.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=63.85%
G=27.69%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83361100.570.870.6720.8376.618.43
Hex5324B0395743154d12
Octal12344130711271032511522
Binary1010011100100101101110011010111100001110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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