#652301

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

Shades of Baker's Chocolate #652301

Tints of Baker's Chocolate #652301

Color information

#652301 (or 0x652301) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 23 and 01. RGB value is (101,35,1). Sum of RGB (Red+Green+Blue) = 101+35+1=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #652301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652301 is #9ADCFE. Grayscale: #333333. Windows color (decimal): -10149119 or 74597. OLE color: 74597.

HSL color Cylindrical-coordinate representation of color #652301: hue angle of 20.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #652301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB101351-
CMYK00.650.990.60
HSL20.4º98.04%20%-
HSV(B)20.4º99.01%39.61%-
XYZ5.973.970.48-
YUV50.8699.87163.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.72%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=73.72%
G=25.55%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10135100.650.990.6020.498.0420
Hex65231041633C146214
Octal1454310101143742414224
Binary1100101100011101000001110001111110010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652301; }

 p { color: rgb(101,35,1); }

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

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

 a { background-color: rgb(101,35,1); }

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

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

 span { border-color: rgb(101,35,1); }

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