#53290B

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

Shades of Baker's Chocolate #53290B

Tints of Baker's Chocolate #53290B

Color information

#53290B (or 0x53290B) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 29 and 0B. RGB value is (83,41,11). Sum of RGB (Red+Green+Blue) = 83+41+11=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290B is #ACD6F4. Grayscale: #323232. Windows color (decimal): -11327221 or 731475. OLE color: 731475.

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

Color convert

RGB834111-
CMYK00.510.870.67
HSL25º76.6%18.43%-
HSV(B)25º86.75%32.55%-
XYZ4.423.450.75-
YUV50.14105.91151.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=61.48%
G=30.37%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83411100.510.870.672576.618.43
Hex5329B0335743194d12
Octal12351130631271033111522
Binary1010011101001101101100111010111100001111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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