#653019

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

Shades of Baker's Chocolate #653019

Tints of Baker's Chocolate #653019

Color information

#653019 (or 0x653019) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 30 and 19. RGB value is (101,48,25). Sum of RGB (Red+Green+Blue) = 101+48+25=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #653019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653019 is #9ACFE6. Grayscale: #3D3D3D. Windows color (decimal): -10145767 or 1650789. OLE color: 1650789.

HSL color Cylindrical-coordinate representation of color #653019: hue angle of 18.16º 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 #653019 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1014825-
CMYK00.520.750.60
HSL18.16º60.32%24.71%-
HSV(B)18.16º75.25%39.61%-
XYZ6.64.951.53-
YUV61.22107.56156.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=58.05%
G=27.59%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101482500.520.750.6018.1660.3224.71
Hex6530190344B3C123c19
Octal145603106411374227431
Binary110010111000011001011010010010111111001001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653019; }

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

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

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

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

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

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

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

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