#653518

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

Shades of Baker's Chocolate #653518

Tints of Baker's Chocolate #653518

Color information

#653518 (or 0x653518) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 35 and 18. RGB value is (101,53,24). Sum of RGB (Red+Green+Blue) = 101+53+24=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #653518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653518 is #9ACAE7. Grayscale: #404040. Windows color (decimal): -10144488 or 1586533. OLE color: 1586533.

HSL color Cylindrical-coordinate representation of color #653518: hue angle of 22.6º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #653518 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1015324-
CMYK00.480.760.60
HSL22.6º61.6%24.51%-
HSV(B)22.6º76.24%39.61%-
XYZ6.85.381.54-
YUV64.05105.4154.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=56.74%
G=29.78%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101532400.480.760.6022.661.624.51
Hex6535180304C3C173e19
Octal145653006011474277631
Binary110010111010111000011000010011001111001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653518; }

 p { color: rgb(101,53,24); }

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

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

 a { background-color: rgb(101,53,24); }

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

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

 span { border-color: rgb(101,53,24); }

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