Html Css Color HEX #652301 Baker's Chocolate

📋 copy color: '#652301'

red 101 ◦ green 35 ◦ blue 1

#652301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #652301

Tints of Baker's Chocolate #652301

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 value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#652301 (or 0x652301) is known color: 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

RGB 101 35 1 -
CMYK 0 0.65 0.99 0.60
HSL 20.4º 0.98% 0.2% -
HSV(B) 20.4º 0.99% 0.4% -
XYZ 5.97 3.97 0.48 -
YUV 50.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 101 35 1 0 0.65 0.99 0.60 20.4 0.98 0.2
Hex 65 23 1 0 41 63 3C 14 62 14
Octal 145 43 1 0 101 143 74 24 142 24
Binary 1100101 100011 1 0 1000001 1100011 111100 10100 1100010 10100

Color Harmonies of #652301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652301

Black with #652301

Text Example


Text Example

White with #652301

Text Example


Text Example

HTML Codes & Css Web 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>