#652500

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

Shades of Baker's Chocolate #652500

Tints of Baker's Chocolate #652500

Color information

#652500 (or 0x652500) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 25 and 00. RGB value is (101,37,0). Sum of RGB (Red+Green+Blue) = 101+37+0=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #652500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652500 is #9ADAFF. Grayscale: #343434. Windows color (decimal): -10148608 or 9573. OLE color: 9573.

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

Color convert

RGB101370-
CMYK00.6310.60
HSL21.98º100%19.8%-
HSV(B)21.98º100%39.61%-
XYZ6.034.090.47-
YUV51.9298.7163.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.19%
G=26.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137000.6310.6021.9810019.8
Hex6525003F643C166414
Octal145450077144742614424
Binary110010110010100111111110010011110010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652500; }

 p { color: rgb(101,37,0); }

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

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

 a { background-color: rgb(101,37,0); }

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

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

 span { border-color: rgb(101,37,0); }

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