Html Css Color HEX #653513 Baker's Chocolate

📋 copy color: '#653513'

red 101 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #653513

Tints of Baker's Chocolate #653513

RGB

 RED value IS 101 (39.84% from 255) = 58.38%

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 58.38%
G = 30.64%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#653513 (or 0x653513) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 13. RGB value is (101,53,19). Sum of RGB (Red+Green+Blue) = 101+53+19=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #653513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653513 is #9ACAEC. Grayscale: #3F3F3F. Windows color (decimal): -10144493 or 1258853. OLE color: 1258853.

HSL color Cylindrical-coordinate representation of color #653513: hue angle of 24.88º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #653513 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 19 -
CMYK 0 0.48 0.81 0.60
HSL 24.88º 0.68% 0.24% -
HSV(B) 24.88º 0.81% 0.4% -
XYZ 6.76 5.36 1.29 -
YUV 63.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 101 53 19 0 0.48 0.81 0.60 24.88 0.68 0.24
Hex 65 35 13 0 30 51 3C 19 44 18
Octal 145 65 23 0 60 121 74 31 104 30
Binary 1100101 110101 10011 0 110000 1010001 111100 11001 1000100 11000

Color Harmonies of #653513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653513

Black with #653513

Text Example


Text Example

White with #653513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653513; }

 p { color: rgb(101,53,19); }

 H1.HeaderClassName
 {
   color: #653513;
 }
 .AnyTagClassName
 {
   color: #653513;
 }
</style>

background-color css

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

 a { background-color: rgb(101,53,19); }

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

border-color css

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

 span { border-color: rgb(101,53,19); }

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