#652D19

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

Shades of Baker's Chocolate #652D19

Tints of Baker's Chocolate #652D19

Color information

#652D19 (or 0x652D19) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2D and 19. RGB value is (101,45,25). Sum of RGB (Red+Green+Blue) = 101+45+25=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D19 is #9AD2E6. Grayscale: #3B3B3B. Windows color (decimal): -10146535 or 1650021. OLE color: 1650021.

HSL color Cylindrical-coordinate representation of color #652D19: hue angle of 15.79º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652D19 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1014525-
CMYK00.550.750.60
HSL15.79º60.32%24.71%-
HSV(B)15.79º75.25%39.61%-
XYZ6.484.711.49-
YUV59.46108.55157.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.06%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 25 (10.16% from 255) = 14.62%
R=59.06%
G=26.32%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101452500.550.750.6015.7960.3224.71
Hex652D190374B3C103c19
Octal145553106711374207431
Binary110010110110111001011011110010111111001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652D19; }

 p { color: rgb(101,45,25); }

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

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

 a { background-color: rgb(101,45,25); }

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

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

 span { border-color: rgb(101,45,25); }

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