Html Css Color HEX #653313 Baker's Chocolate

📋 copy color: '#653313'

red 101 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #653313

Tints of Baker's Chocolate #653313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 59.06%
G = 29.82%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#653313 (or 0x653313) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 13. RGB value is (101,51,19). Sum of RGB (Red+Green+Blue) = 101+51+19=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #653313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653313 is #9ACCEC. Grayscale: #3E3E3E. Windows color (decimal): -10145005 or 1258341. OLE color: 1258341.

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

Color convert

RGB 101 51 19 -
CMYK 0 0.50 0.81 0.60
HSL 23.41º 0.68% 0.24% -
HSV(B) 23.41º 0.81% 0.4% -
XYZ 6.67 5.18 1.26 -
YUV 62.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 101 51 19 0 0.50 0.81 0.60 23.41 0.68 0.24
Hex 65 33 13 0 32 51 3C 17 44 18
Octal 145 63 23 0 62 121 74 27 104 30
Binary 1100101 110011 10011 0 110010 1010001 111100 10111 1000100 11000

Color Harmonies of #653313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653313

Black with #653313

Text Example


Text Example

White with #653313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653313; }

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

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

background-color css

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

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

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

border-color css

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

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

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